After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 474053 - System bell preferences only work with metacity
System bell preferences only work with metacity
Status: RESOLVED INVALID
Product: gnome-control-center
Classification: Core
Component: Sound
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 525633 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-09-05 22:35 UTC by Bastien Nocera
Modified: 2010-09-29 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2007-09-05 22:35:19 UTC
They don't work with compiz, and they don't cooperate with Pulseaudio or esound.
Comment 1 Thomas Wood 2008-04-11 16:49:10 UTC
Any suggestions on how to solve this issue?
Comment 2 Bastien Nocera 2008-08-18 16:23:25 UTC
For the visual bell, somebody should file a bug against compiz, and whatever other window manager people would be using.

For the audio bell, I have no idea. We only set whether audio bell should be used, and GTK+ acts up on it. Lennart?
Comment 3 Lennart Poettering 2008-08-18 18:18:26 UTC
Normally I would suggest doing bell handling in g-settings-d. However I fear that this would be very unpractical.

The main reason why metacity handles the bell seems to be the visual bell and that only a single process can hook into XKB to handle the bell. It makes a lot of sense to implement the visual bell in the wm, since this requires drawing on the screen. And hence the audible bell needs to be handled in the wm too.

I don't really see this as much of a problem, since triggering the actual bell sound with libcanberra in the wm is trivial and just a matter of a single call. 

Hence I would suggest patching both compiz and metacity to include calls to libcanberra for the bell. 
Comment 4 Luis Villa 2008-11-14 13:05:51 UTC
*** Bug 525633 has been marked as a duplicate of this bug. ***
Comment 5 Luis Villa 2008-11-14 13:20:58 UTC
Does the 'doesn't cooperate with pulseaudio' problem explain why visual bell appears to have been disabled in F10 (for me), or is that another bug#/problem? (I'm still running metacity but am now running PA.)
Comment 6 Luis Villa 2008-11-14 15:47:39 UTC
(Never mind on the last question; turns out that is a side-effect of the new sound preferences work.)
Comment 7 Bastien Nocera 2010-09-29 11:15:10 UTC
Filed bug 630887 and bug 630886 against metacity and mutter.