unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42175: "pulseaudio? #f" setting does not prevent pulseaudio from autostarting
@ 2020-07-03  9:00 Nathan Dehnel
  2020-07-03 10:20 ` Leo Prikler
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Dehnel @ 2020-07-03  9:00 UTC (permalink / raw)
  To: 42175

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-01  2:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03  9:00 bug#42175: "pulseaudio? #f" setting does not prevent pulseaudio from autostarting Nathan Dehnel
2020-07-03 10:20 ` Leo Prikler
2022-02-01  2:27   ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).