all messages for Guix-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.