Comment 16 for bug 317921

Revision history for this message
Teunis Peters (teunis) wrote :

not fixed yet.

this is the bad section in pulseaudio.postinst:
# Automatically added by dh_installinit
if [ -x "/etc/init.d/pulseaudio" ]; then
        update-rc.d pulseaudio start 50 2 3 4 5 . stop 15 1 . >/dev/null
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
                invoke-rc.d pulseaudio start || exit $?
        else
                /etc/init.d/pulseaudio start || exit $?
        fi
fi
# End automatically added section

comment it out and everything works fine. It's either that or fix the ruddy init script to recognize if it's session-started or not. I WANTED a system-wide one but the system keeps overriding my settings.