GNU bug report logs - #78230
[PATCH] services: plasma-dbus-service: Fix kded not being started.

Previous Next

Package: guix-patches;

Reported by: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>

Date: Sat, 3 May 2025 14:27:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78230 in the body.
You can then email your comments to 78230 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, sughosha <at> disroot.org, vivien <at> planete-kraus.eu, z572 <at> z572.online, guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sat, 03 May 2025 14:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, sughosha <at> disroot.org, vivien <at> planete-kraus.eu, z572 <at> z572.online, guix-patches <at> gnu.org. (Sat, 03 May 2025 14:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
Subject: [PATCH] services: plasma-dbus-service: Fix kded not being started.
Date: Sat,  3 May 2025 16:26:16 +0200
`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





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 04 May 2025 10:03:02 GMT) Full text and rfc822 format available.

Notification sent to Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>:
bug acknowledged by developer. (Sun, 04 May 2025 10:03:02 GMT) Full text and rfc822 format available.

Message #10 received at 78230-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Noé Lopez <noelopez <at> free.fr>, 78230-done <at> debbugs.gnu.org,
 Sughosha <sughosha <at> disroot.org>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Zheng Junjie <z572 <at> z572.online>
Subject: Re: [bug#78230] [PATCH] services: plasma-dbus-service: Fix kded not
 being started.
Date: Sun, 04 May 2025 18:02:24 +0800
[Message part 1 (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)]

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 10:55:07 GMT) Full text and rfc822 format available.

Message #13 received at 78230 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 78230 <at> debbugs.gnu.org, debbugs-submit <at> debbugs.gnu.org
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Noé Lopez <noelopez <at> free.fr>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Zheng Junjie <z572 <at> z572.online>
Subject: Re: [bug#78230] [PATCH] services: plasma-dbus-service: Fix kded not
 being started.
Date: Sun, 04 May 2025 16:24:17 +0530
[Message part 1 (text/plain, inline)]
On Saturday, May 3, 2025 7:56:16 PM GMT+5:30 Sergio Pastor Pérez wrote:
> `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

plasma-dbus-service should contain packages with dbus "system-services". 
Unless a package contains "share/dbus-1/system-services" directory, adding it 
here is unnecessary. "kded" is already present in the propagated inputs of 
"plasma" package. So as of my knowledge this commit is useless. Even before 
this commit, media keys handling, system tray and background service control 
through "kcmshell6 kcm_kded" is working for me (I have not yet reconfigured 
guix with this commit). You might have missed something else in your system 
profile. Did this commit made any difference to you?

-- 
Sughosha
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 11:08:07 GMT) Full text and rfc822 format available.

Message #16 received at 78230 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 78230 <at> debbugs.gnu.org, debbugs-submit <at> debbugs.gnu.org
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Noé Lopez <noelopez <at> free.fr>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Zheng Junjie <z572 <at> z572.online>
Subject: Re: [bug#78230] [PATCH] services: plasma-dbus-service: Fix kded not
 being started.
Date: Sun, 04 May 2025 16:36:47 +0530
[Message part 1 (text/plain, inline)]
On Sunday, May 4, 2025 4:24:17 PM GMT+5:30 Sughosha wrote:
> On Saturday, May 3, 2025 7:56:16 PM GMT+5:30 Sergio Pastor Pérez wrote:
> > `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
> 
> plasma-dbus-service should contain packages with dbus "system-services".
> Unless a package contains "share/dbus-1/system-services" directory, adding
> it here is unnecessary. "kded" is already present in the propagated inputs
> of "plasma" package. So as of my knowledge this commit is useless. Even
> before this commit, media keys handling, system tray and background service
> control through "kcmshell6 kcm_kded" is working for me (I have not yet
> reconfigured guix with this commit). You might have missed something else
> in your system profile. Did this commit made any difference to you?

Sorry, I made a mistake, I had "kded" added in my systetm profile configuration. 
But  adding "kded" to propagated inputs of "plasma" package would have been 
enough. Adding it to "plasma-dbus-service" was only unnecessary.

-- 
Sughosha
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 11:13:05 GMT) Full text and rfc822 format available.

Message #19 received at 78230 <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Noé Lopez <noelopez <at> free.fr>, 78230 <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#78230] [PATCH] services: plasma-dbus-service: Fix kded not
 being started.
Date: Sun, 04 May 2025 19:12:28 +0800
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:

> On Saturday, May 3, 2025 7:56:16 PM GMT+5:30 Sergio Pastor Pérez
> wrote:
>> `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
>
> plasma-dbus-service should contain packages with dbus
> "system-services".
> Unless a package contains "share/dbus-1/system-services" directory,
> adding it
> here is unnecessary. "kded" is already present in the propagated
> inputs of
> "plasma" package. So as of my knowledge this commit is useless. Even
> before
> this commit, media keys handling, system tray and background service
> control
> through "kcmshell6 kcm_kded" is working for me (I have not yet
> reconfigured
> guix with this commit). You might have missed something else in your
> system
> profile. Did this commit made any difference to you?

Previously, when I used pipewire on guix home, I couldn't control the
sound using the keys on the keyboard. After this patch, it was possible.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 11:13:06 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 11:34:01 GMT) Full text and rfc822 format available.

Message #25 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>,
 Z572 <z572 <at> z572.online>
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Noé Lopez <noelopez <at> free.fr>, 78230 <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: [bug#78230] [PATCH] services: plasma-dbus-service: Fix kded not
 being started.
Date: Sun, 04 May 2025 17:03:17 +0530
[Message part 1 (text/plain, inline)]
On Sunday, May 4, 2025 4:42:28 PM GMT+5:30 Z572 wrote:
> Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:
> > On Saturday, May 3, 2025 7:56:16 PM GMT+5:30 Sergio Pastor Pérez
> > 
> > wrote:
> >> `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
> > 
> > plasma-dbus-service should contain packages with dbus
> > "system-services".
> > Unless a package contains "share/dbus-1/system-services" directory,
> > adding it
> > here is unnecessary. "kded" is already present in the propagated
> > inputs of
> > "plasma" package. So as of my knowledge this commit is useless. Even
> > before
> > this commit, media keys handling, system tray and background service
> > control
> > through "kcmshell6 kcm_kded" is working for me (I have not yet
> > reconfigured
> > guix with this commit). You might have missed something else in your
> > system
> > profile. Did this commit made any difference to you?
> 
> Previously, when I used pipewire on guix home, I couldn't control the
> sound using the keys on the keyboard. After this patch, it was possible.

Ok. I got it. You can achive this without adding "kded" to "plasma-dbus-
service". Only adding it to the propagated inputs of "plasma" package should 
have been enough.

I sent a patch reverting this commit partially (https://debbugs.gnu.org/cgi/
bugreport.cgi?bug=78237).

-- 
Sughosha
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 11:34:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 18:51:02 GMT) Full text and rfc822 format available.

Message #31 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
To: Z572 <z572 <at> z572.online>, Sughosha via Guix-patches via
 <guix-patches <at> gnu.org>
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Noé Lopez <noelopez <at> free.fr>, 78230 <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#78230] [PATCH] services: plasma-dbus-service: Fix kded not
 being started.
Date: Sun, 04 May 2025 20:50:35 +0200
Z572 <z572 <at> z572.online> writes:
> Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:
>> plasma-dbus-service should contain packages with dbus
>> "system-services".
>> Unless a package contains "share/dbus-1/system-services" directory,
>> adding it
>> here is unnecessary. "kded" is already present in the propagated
>> inputs of
>> "plasma" package. So as of my knowledge this commit is useless. Even
>> before
>> this commit, media keys handling, system tray and background service
>> control
>> through "kcmshell6 kcm_kded" is working for me (I have not yet
>> reconfigured
>> guix with this commit). You might have missed something else in your
>> system
>> profile. Did this commit made any difference to you?
>
> Previously, when I used pipewire on guix home, I couldn't control the
> sound using the keys on the keyboard. After this patch, it was possible.

Yes, I did not think of it. I'm also using pipewire, thanks for pointing
it out.




Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 18:51:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 18:54:01 GMT) Full text and rfc822 format available.

Message #37 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
To: Sughosha <sughosha <at> disroot.org>, Sughosha via Guix-patches via
 <guix-patches <at> gnu.org>, Z572 <z572 <at> z572.online>
Cc: Noé Lopez <noelopez <at> free.fr>, 78230 <at> debbugs.gnu.org,
 Vivien Kraus <vivien <at> planete-kraus.eu>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: [bug#78230] [PATCH] services: plasma-dbus-service: Fix kded not
 being started.
Date: Sun, 04 May 2025 20:52:57 +0200
Sughosha <sughosha <at> disroot.org> writes:
>> > plasma-dbus-service should contain packages with dbus
>> > "system-services".
>> > Unless a package contains "share/dbus-1/system-services" directory,
>> > adding it
>> > here is unnecessary. "kded" is already present in the propagated
>> > inputs of
>> > "plasma" package. So as of my knowledge this commit is useless. Even
>> > before
>> > this commit, media keys handling, system tray and background service
>> > control
>> > through "kcmshell6 kcm_kded" is working for me (I have not yet
>> > reconfigured
>> > guix with this commit). You might have missed something else in your
>> > system
>> > profile. Did this commit made any difference to you?
>> 
>> Previously, when I used pipewire on guix home, I couldn't control the
>> sound using the keys on the keyboard. After this patch, it was possible.
>
> Ok. I got it. You can achive this without adding "kded" to "plasma-dbus-
> service". Only adding it to the propagated inputs of "plasma" package should 
> have been enough.

Oh, I didn't know, I saw the
'share/dbus-1/services/org.kde.kded6.service' file in the output of the
`kded' packaged an assumed it had to be added to `plasma-dbus-service'.


Thanks for the review!




Information forwarded to guix-patches <at> gnu.org:
bug#78230; Package guix-patches. (Sun, 04 May 2025 18:54:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 02 Jun 2025 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.