Hi,
after hating it for a long time I have finally made my peace with pulseaudio.
Or so I had thought.
Now I have again a problem I don't understand:
On my laptop (running testing) pulseaudio is run under my user-account. I don't really know how exactly it get's started (afaik every client that needs pulseaudio will start it if it is not running), but it runs as a child process of the systemd-process (I assume it got re-parented) but trying to stop via systemd does not work. systemd does not seem to know anything about it.
So question 1: How can I find out how it actually get's started.
But my actual problem is that I cannot stop it. Either killing the process or running "pulseaudio -k" will simply result in a new process appearing.
And that is despite I have "autospawn = no" in both /etc/pulse/client.conf and ~/.config/pulse/client.conf
What is going on here? Question 2: How can I stop it?
Many thanks!