Install a desktop file to use the plasmoid in a windowed mode
It uses a --statusnotifier modifier that will be available since plasma 5.2 that will place it in the system tray.
This commit is contained in:
parent
21ab5a4f81
commit
d3a379386e
2 changed files with 13 additions and 0 deletions
|
@ -33,3 +33,5 @@ add_subdirectory(cli)
|
|||
add_subdirectory(fileitemactionplugin)
|
||||
|
||||
add_subdirectory(tests)
|
||||
|
||||
install(PROGRAMS kdeconnect-non-plasma.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|
||||
|
|
11
kdeconnect-non-plasma.desktop
Executable file
11
kdeconnect-non-plasma.desktop
Executable file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=KDE Connect
|
||||
Comment=Reach out to your devices
|
||||
Exec=plasmawindowed org.kde.kdeconnect --statusnotifier
|
||||
Icon=kdeconnect
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Network
|
||||
|
||||
NotShowIn=KDE;Plasma
|
||||
|
Loading…
Reference in a new issue