~ruther/guix-local

cea6eedfcea2defa526bc58d4fb2085cc8c0cb36 — Sergio Pastor PĂ©rez 1 year, 2 months ago 3e16c0a
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>
2 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/services/desktop.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +1 -0
@@ 1717,6 1717,7 @@ on top of Baloo.")
                             kde-cli-tools
                             kdecoration
                             kde-gtk-config
                             kded
                             kdeplasma-addons
                             kglobalaccel
                             kglobalacceld

M gnu/services/desktop.scm => gnu/services/desktop.scm +1 -0
@@ 2255,6 2255,7 @@ rules."
           "kwalletmanager"
           "powerdevil"
           "bluedevil"
           "kded"
           "kwallet"
           "plasma-firewall"))))