Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KGpg
Commits
d912b4c4
Commit
d912b4c4
authored
Aug 09, 2022
by
Laurent Montel
Browse files
Install desktop files in new directory
parent
22092caf
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d912b4c4
...
...
@@ -282,8 +282,8 @@ install( PROGRAMS org.kde.kgpg.desktop DESTINATION ${KDE_INSTALL_APPDIR})
install
(
FILES org.kde.kgpg.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
install
(
FILES kgpg.kcfg DESTINATION
${
KDE_INSTALL_KCFGDIR
}
)
install
(
FILES org.kde.kgpg.desktop DESTINATION
${
KDE_INSTALL_AUTOSTARTDIR
}
)
install
(
FILES kgpg_encryptfile.desktop kgpg_encryptfolder.desktop kgpg_viewdecrypted.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
/S
ervice
M
enus
)
install
(
PROGRAMS kgpg_encryptfile.desktop kgpg_encryptfolder.desktop kgpg_viewdecrypted.desktop DESTINATION
${
KDE_INSTALL_DATADIR
}
/kio/s
ervice
m
enus
)
install
(
FILES org.kde.kgpg.Key.xml DESTINATION
${
KDE_INSTALL_DBUSINTERFACEDIR
}
)
ecm_install_icons
(
ICONS
...
...
kgpg_encryptfile.desktop
View file @
d912b4c4
...
...
@@ -2,7 +2,6 @@
Type=Service
# all files inherit from application/octet-stream
MimeType=application/octet-stream;
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
Actions=encrypt;
[Desktop Action encrypt]
...
...
kgpg_encryptfolder.desktop
View file @
d912b4c4
[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=inode/directory
,KonqPopupMenu/Plugin
X-KDE-ServiceTypes=inode/directory
Actions=encrypt;
[Desktop Action encrypt]
...
...
kgpg_viewdecrypted.desktop
View file @
d912b4c4
[Desktop Entry]
Type=Service
MimeType=application/pgp-encrypted;
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
Actions=decrypt-view;
[Desktop Action decrypt-view]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment