mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-14 16:42:47 +01:00
d7a4726544
OEM configurability creates binaries with OEM names which the .desktop file doesn't take into account and thus dolphin integration does not work if OEM changes the binary's name(s). These changes are now integrated into the .desktop file at compile time.
7 lines
204 B
Desktop File
7 lines
204 B
Desktop File
[Desktop Entry]
|
|
Type=Service
|
|
Name=@APPLICATION_NAME@Action
|
|
ServiceTypes=KFileItemAction/Plugin
|
|
MimeType=application/octet-stream;inode/directory;
|
|
X-KDE-Library=@APPLICATION_EXECUTABLE@dolphinactionplugin
|