┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/plasma-dolphin.service.in
diff options
context:
space:
mode:
authorHenri Chain <[email protected]>2020-10-21 10:20:56 +0000
committerHenri Chain <[email protected]>2020-11-19 10:40:56 +0100
commite36de310cbdc60434dd15efbb52e18266a566a28 (patch)
tree79070e2af8232d5dd1c1fc918c6b087c02eb2221 /plasma-dolphin.service.in
parent154843406de7855f845534f3e13612d258558827 (diff)
D-Bus activation systemd service
Correctly scopes dolphin in systemd service `app-org.kde.dolphin.service` when dbus-activated (while still working if systemd is not present), as per https://systemd.io/DESKTOP_ENVIRONMENTS/ uses new ECM modules: - https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/5 to simplify the systemd service templating + install - https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/17 to generate the dbus service file automatically needs https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/25
Diffstat (limited to 'plasma-dolphin.service.in')
-rw-r--r--plasma-dolphin.service.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/plasma-dolphin.service.in b/plasma-dolphin.service.in
new file mode 100644
index 000000000..d4cdd694b
--- /dev/null
+++ b/plasma-dolphin.service.in
@@ -0,0 +1,8 @@
+[Unit]
+Description=Dolphin file manager
+PartOf=graphical-session.target
+
+[Service]
+ExecStart=@KDE_INSTALL_FULL_BINDIR@/dolphin --daemon
+BusName=org.freedesktop.FileManager1
+Slice=background.slice