Comment 1 for bug 105709

Revision history for this message
Oliver Grawert (ogra) wrote :

The fix is to replace /etc/X11/Xsession.d/80_ltsp-sound with the following script, this should go into feisty-updates:

if [ -n "$LTSP_CLIENT" ]; then
        /usr/bin/asoundconf set-pulseaudio
else
    if [ !$(which pulseaudio) ]; then
            /usr/bin/asoundconf unset-pulseaudio
    fi
fi