Comment 1 for bug 286430

Revision history for this message
kylea (kylea) wrote :

Have made up a work around for this - created a session executed script that kills pulseaudio and restarts the daemon:

#!/bin/bash
pulseaudio -k >/dev/null 2>&1
pulseaudio -D
pulseaudio

Audio nows works correctly.