summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorSergio Pastor Pérez <sergio.pastorperez@gmail.com>2025-05-03 16:26:16 +0200
committerZheng Junjie <z572@z572.online>2025-05-04 17:58:56 +0800
commitcea6eedfcea2defa526bc58d4fb2085cc8c0cb36 (patch)
tree7a66b74427853d8fcd4f00ae74832634b3c95ca5 /gnu/services
parent3e16c0af80fc279dc4d42c9c1e837cea19dde8a5 (diff)
services: plasma: Fix kded not being started.
`kded' is a daemon responsible for many features of the Plasma desktop, it provides media keys handling, a system tray, 'Background Services' control through 'kcmshell6 kcm_kded'... * gnu/packages/kde-plasma.scm (plasma): Add `kded' to propagated inputs. * gnu/services/desktop.scm (plasma-dbus-service): Add `kded' to the list of services passed to `dbus-configuration'. Change-Id: Ifffdaecdb28a6369727ab8d118a775d73ee342e9 Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/desktop.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 2127c2d389c..fade9e0e143 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -2255,6 +2255,7 @@ rules."
"kwalletmanager"
"powerdevil"
"bluedevil"
+ "kded"
"kwallet"
"plasma-firewall"))))