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. -- pulseaudio errors during boot up https://bugs.launchpad.net/bugs/286430 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
