From 73da4f7f4b74a1dec89ccfe201d3ec69fb700218 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 25 Jun 2017 12:50:24 +0200 Subject: Add a 'run dolphin as root' menu entry --- kde/post-install/dolphin.post-install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kde/post-install/dolphin.post-install (limited to 'kde') diff --git a/kde/post-install/dolphin.post-install b/kde/post-install/dolphin.post-install new file mode 100644 index 0000000..aa6429e --- /dev/null +++ b/kde/post-install/dolphin.post-install @@ -0,0 +1,14 @@ +# Add a 'run dolphin as root' menu entry: +mkdir -p $PKG/usr/share/applications +cat < $PKG/usr/share/applications/org.kde.dolphinsu.desktop +[Desktop Entry] +Name=File Manager - Super User Mode +Exec=dbus-launch dolphin %i -caption "%c" "%u" +Icon=system-file-manager +Type=Application +X-DocPath=dolphin/index.html +Categories=Qt;KDE;System;FileManager; +Terminal=false +MimeType=inode/directory; +X-KDE-SubstituteUID=true +EOT -- cgit v1.2.3