Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up/lib/systemd/user/pulseaudio.service.d/30_qubes.conf ignored in Debian stretch #2644
Comments
added a commit
to marmarek/old-qubes-core-agent-linux
that referenced
this issue
Feb 21, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
unman
Feb 21, 2017
Member
I don't know if it's just in stretch- I've found it ridiculously hard to stop pulseaudio from starting up, at least in Debian, even following all the advice I've found (autospawn=no, dynamically disabling using alsa, pasuspend etc.). It comes back like Jason.
I'd purge it if I could but it's a dependency of qubes-gui-agent - why is that?
|
I don't know if it's just in stretch- I've found it ridiculously hard to stop pulseaudio from starting up, at least in Debian, even following all the advice I've found (autospawn=no, dynamically disabling using alsa, pasuspend etc.). It comes back like Jason. |
marmarek
referenced this issue
in marmarek/old-qubes-core-agent-linux
Feb 21, 2017
Merged
systemd: place user dropins in /usr/lib instead of /lib #89
added a commit
to marmarek/old-qubes-core-agent-linux
that referenced
this issue
Feb 21, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
adrelanos
Feb 21, 2017
Member
@unman I speculate the systemd user session keeps starting it.
Perhaps try this. Run as user.
systemctl --user mask pulseaudio
Would speculate that suffices (if that was the cause). Otherwise you could also try the following, but I would wonder if these are required.
systemctl --user mask pulseaudio.service
systemctl --user mask pulseaudio.socket
|
@unman I speculate the systemd user session keeps starting it. Perhaps try this. Run as user.
Would speculate that suffices (if that was the cause). Otherwise you could also try the following, but I would wonder if these are required.
|
adrelanos commentedFeb 20, 2017
•
edited
Edited 1 time
-
adrelanos
edited Feb 20, 2017 (most recent)
/lib/systemd/user/pulseaudio.service.d/30_qubes.conf/lib/systemd/user/pulseaudio.socket.d/30_qubes.confThese files are ignored at least in Debian stretch. Others untested.
As user
user.I don't know what these files are doing or if they are still required. Just randomly noticed, that its current implementation ignored on Debian stretch.
These probably would have to be moved to
/usr/lib/systemd/user/.