bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42175: "pulseaudio? #f" setting does not prevent pulseaudio from aut


From: Nathan Dehnel
Subject: bug#42175: "pulseaudio? #f" setting does not prevent pulseaudio from autostarting
Date: Fri, 3 Jul 2020 04:00:40 -0500

https://guix.gnu.org/manual/en/html_node/Sound-Services.html

(define %my-services
  ;; My very own list of services.
  (modify-services %desktop-services
    (alsa-service-type config =>
                       (alsa-configuration
                        (inherit config)
                        (pulseaudio? #f)))))

reconfigure, reboot, login to gnome, then

bash-5.0$ pgrep pulseaudio
517
1261





reply via email to

[Prev in Thread] Current Thread [Next in Thread]