┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.json.in
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2022-08-01 16:35:35 +0000
committerAlexander Lohnau <[email protected]>2022-08-01 16:35:35 +0000
commitf506666540981b9e46c4b5d6c7add179f3c4c709 (patch)
tree28c22c877673d908a278d79e4a52f73dd65345d7 /src/dolphinpart.json.in
parentd7ca76799be58ee2a08dfa5653ebb159e0258ea1 (diff)
Install dolphinpart actions as standalone file
This will allow Konqueror to use it without relying on the KPart being loaded using KService
Diffstat (limited to 'src/dolphinpart.json.in')
-rw-r--r--src/dolphinpart.json.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinpart.json.in b/src/dolphinpart.json.in
index fb58dada0..907fe2962 100644
--- a/src/dolphinpart.json.in
+++ b/src/dolphinpart.json.in
@@ -69,5 +69,6 @@
},
"MimeType": "inode/directory;",
"X-KDE-BrowserView-Built-Into": "konqueror",
- "X-KDE-BrowserView-HideFromMenus": true
+ "X-KDE-BrowserView-HideFromMenus": true,
+ "X-Konqueror-Actions-File": "@KDE_INSTALL_FULL_DATADIR@/dolphin/dolphinpartactions.desktop"
}