GNU bug report logs -
#78230
[PATCH] services: plasma-dbus-service: Fix kded not being started.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#78230: [PATCH] services: plasma-dbus-service: Fix kded not being started.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 78230 <at> debbugs.gnu.org.
--
78230: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78230
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com> writes:
> `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/packages/kde-plasma.scm (plasma-dbus-service): Add `kded' to the list of
> services passed to `dbus-configuration'.
* gnu/services/desktop.scm (plasma-dbus-service)
>
> Change-Id: Ifffdaecdb28a6369727ab8d118a775d73ee342e9
> ---
> gnu/packages/kde-plasma.scm | 1 +
> gnu/services/desktop.scm | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
> index efaae01aa9..8991dcf974 100644
> --- a/gnu/packages/kde-plasma.scm
> +++ b/gnu/packages/kde-plasma.scm
> @@ -1717,6 +1717,7 @@ (define-public plasma
> kde-cli-tools
> kdecoration
> kde-gtk-config
> + kded
> kdeplasma-addons
> kglobalaccel
> kglobalacceld
> diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
> index 2127c2d389..fade9e0e14 100644
> --- a/gnu/services/desktop.scm
> +++ b/gnu/services/desktop.scm
> @@ -2255,6 +2255,7 @@ (define (plasma-dbus-service config)
> "kwalletmanager"
> "powerdevil"
> "bluedevil"
> + "kded"
> "kwallet"
> "plasma-firewall"))))
>
>
> base-commit: 12467f2c91e7f9ec70239229f8186a93193a9185
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
`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/packages/kde-plasma.scm (plasma-dbus-service): Add `kded' to the list of
services passed to `dbus-configuration'.
Change-Id: Ifffdaecdb28a6369727ab8d118a775d73ee342e9
---
gnu/packages/kde-plasma.scm | 1 +
gnu/services/desktop.scm | 1 +
2 files changed, 2 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index efaae01aa9..8991dcf974 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1717,6 +1717,7 @@ (define-public plasma
kde-cli-tools
kdecoration
kde-gtk-config
+ kded
kdeplasma-addons
kglobalaccel
kglobalacceld
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 2127c2d389..fade9e0e14 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -2255,6 +2255,7 @@ (define (plasma-dbus-service config)
"kwalletmanager"
"powerdevil"
"bluedevil"
+ "kded"
"kwallet"
"plasma-firewall"))))
base-commit: 12467f2c91e7f9ec70239229f8186a93193a9185
--
2.49.0
This bug report was last modified 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.