mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Zheng Junjie
parent
3e16c0af80
commit
cea6eedfce
@@ -1717,6 +1717,7 @@ on top of Baloo.")
|
||||
kde-cli-tools
|
||||
kdecoration
|
||||
kde-gtk-config
|
||||
kded
|
||||
kdeplasma-addons
|
||||
kglobalaccel
|
||||
kglobalacceld
|
||||
|
||||
@@ -2255,6 +2255,7 @@ rules."
|
||||
"kwalletmanager"
|
||||
"powerdevil"
|
||||
"bluedevil"
|
||||
"kded"
|
||||
"kwallet"
|
||||
"plasma-firewall"))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user