mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
e36de310cb
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
8 lines
196 B
SYSTEMD
8 lines
196 B
SYSTEMD
[Unit]
|
|
Description=Dolphin file manager
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@KDE_INSTALL_FULL_BINDIR@/dolphin --daemon
|
|
BusName=org.freedesktop.FileManager1
|
|
Slice=background.slice
|