OK. Not much response yet. 

BUT: I figured it out by myself.

dbus-conf starts a script /usr/bin/pulse-session

This starts directly the pulseaudio daemon, thus passing by
/etc/default/pulseaudio and /etc/init.d

Changing pulse-session with below lines might help:  (or you just start
the init.d/pulseaudio script from pulse-session

PULSEAUDIO_SYSTEM_START=0
DISALLOW_MODULE_LOADING=1
test -f /etc/default/pulseaudio &&  . /etc/default/pulseaudio
test "${PULSEAUDIO_SYSTEM_START}" != "1" && exit 0

-- 
pulseaudio deamon can not be stopped
https://bugs.launchpad.net/bugs/286966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to