Skip to content

Commit

Permalink
Add support for Plasma (KDE) 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrakucera committed Mar 8, 2024
1 parent ee13d93 commit 2b9e4a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xdg-open
Expand Up @@ -617,6 +617,9 @@ open_kde()
5)
kde-open${KDE_SESSION_VERSION} "$1"
;;
6)
kde-open "$1"
;;
esac
else
kfmclient exec "$1"
Expand Down

0 comments on commit 2b9e4a5

Please sign in to comment.