guix system: error: more than one target service 'dbus' when attempting to reconfigure sysctl values

2025-03-21 Thread softwarelibre--- via
Unable to modify desktop services for sysctl tweaks. This happened after I tried reconfiguring my machine. I added:    (modify-services %desktop-services (delete gdm-service-type))    (modify-services %desktop-services (sysctl-service-type config =>  

Re: Gnome "oh no something has gone wrong..."

2025-03-21 Thread Matteo Valsasina
On mer, mar 19, 2025 at 07:50 Christophe Pisteur wrote: > After several tests, I was able to identify the source of the problem I > was experiencing since switching to gnome 46:  > As soon as I install pdfarranger 1.11.0, I get the "oh no something has > gone wrong..." message. Hi, i looked fo

Re: guix system: error: more than one target service 'dbus' when attempting to reconfigure sysctl values

2025-03-21 Thread Rutherther
softwarelibre--- via writes: > Unable to modify desktop services for sysctl tweaks. > > This happened after I tried reconfiguring my machine. I added: >    > (modify-services %desktop-services > (delete gdm-service-type)) >    (modify-services %desktop-services >    

Re: guix system: error: more than one target service 'dbus' when attempting to reconfigure sysctl values

2025-03-21 Thread softwarelibre--- via
Lost a previous email. This is my entire services configuration:   (services    (append (modify-services %desktop-services (delete gdm-service-type) (sysctl-service-type config =>   (sysctl-configuration (settings (append '(("fs.file-max

Re: guix system: error: more than one target service 'dbus' when attempting to reconfigure sysctl values

2025-03-21 Thread Felix Lechner via
Hi softwarelibre, On Thu, Mar 20 2025, softwarelibre--- via wrote: > (modify-services %desktop-services > (delete gdm-service-type)) >    (modify-services %desktop-services Listing %desktop-services twice here does not look right to me. Would you please share your