nixos/pulseaudio: don't autospawn ever
This is long been superseded by socket activation. Additonally using autospawn nudges some unpleasant GDM related issues.
This commit is contained in:
parent
c0d5833156
commit
361b5f7f65
@ -51,8 +51,7 @@ let
|
||||
# that we can disable the autospawn feature in programs that
|
||||
# are built with PulseAudio support (like KDE).
|
||||
clientConf = writeText "client.conf" ''
|
||||
autospawn=${if nonSystemWide then "yes" else "no"}
|
||||
${optionalString nonSystemWide "daemon-binary=${binary}"}
|
||||
autospawn=no
|
||||
${cfg.extraClientConf}
|
||||
'';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user