From cea6eedfcea2defa526bc58d4fb2085cc8c0cb36 Mon Sep 17 00:00:00 2001 From: Sergio Pastor Pérez Date: Sat, 3 May 2025 16:26:16 +0200 Subject: 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 --- gnu/services/desktop.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/services') 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")))) -- cgit v1.3