Thunar integration
Summary: Add desktop file for integration into Thunar Depends on D16603 Test Plan: Run Thunar, Right-click file -> Send to -> Send via KDE Connect Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: apol, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D16604
This commit is contained in:
commit
4a6db4c35f
2 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
install (FILES "kdeconnect.contract" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/contractor/)
|
||||
install (FILES "kdeconnect-thunar.desktop" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/Thunar/sendto/)
|
||||
|
||||
if(NOT SAILFISHOS)
|
||||
install(FILES org.kde.kdeconnect.kcm.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
|
||||
|
|
7
data/kdeconnect-thunar.desktop
Normal file
7
data/kdeconnect-thunar.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=0.1
|
||||
Encoding=UTF-8
|
||||
Exec=kdeconnect-handler %F
|
||||
Icon=kdeconnect
|
||||
Name=Send via KDE Connect
|
Loading…
Reference in a new issue