[pulseaudio-tickets] [Bug 93109] Race condition involving module-x11-bell and socket activation

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 10 21:14:44 PST 2016


https://bugs.freedesktop.org/show_bug.cgi?id=93109

--- Comment #15 from Eric Toombs <ewtoombs at uwaterloo.ca> ---
You were right, Tanu. The error is due to the fact that pulseaudio didn't know
which display to use. The following two lines in .xinitrc work fine:

pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell
pactl load-module module-x11-bell sample=x11-bell display=:0.0

It is pretty clear that the method of having the following lines

### Load something into the sample cache
load-sample-lazy x11-bell /usr/share/sounds/freedesktop/stereo/bell.oga
### Load X11 bell module
load-module module-x11-bell sample=x11-bell

uncommented in /etc/pulse/default.pa was supposed to work, since those lines
are provided by pulseaudio. Either pulseaudio should be modified so that
uncommenting those lines does work, or else those lines should be changed or
removed. Adding display=:0.0 to the arguments of module-x11-bell would work for
the vast majority of cases.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160111/fcc1e8bc/attachment.html>


More information about the pulseaudio-bugs mailing list