GNOME Bugzilla – Bug 170006
"Full screen" flashing bell should be rate-limited
Last modified: 2006-01-10 00:08:33 UTC
I have my flashing bell set to just the window titlebar. When, for example, I cat a binary file, I hear a bunch of beeps, but the flashing titlebar gets rate-limited. However, if no window has the focus, or the focused window is a desktop or a menu, it switches to full-screen bell. (Aside: would it be possible to flash the window that requested the bell instead of the current window?) Try it out: Turn on visual bell and then say sleep 1; python -c "print chr(7) * 50" and focus the desktop. You get a whole bunch of annoying flashes. In short: the fullscreen flash should be rate-limited just like the titlebar flash.
Related: bug 322032
Should be fixed by the patch in bug 322032; works in my testing but it'd be great if you could also check.
Yep, it works perfectly.