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 170006 - "Full screen" flashing bell should be rate-limited
"Full screen" flashing bell should be rate-limited
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
2.11.x
Other Linux
: Normal minor
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2005-03-11 21:27 UTC by Josh Lee
Modified: 2006-01-10 00:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Josh Lee 2005-03-11 21:27:58 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.
Comment 1 Stanislav Brabec 2005-11-21 13:48:53 UTC
Related: bug 322032
Comment 2 Elijah Newren 2006-01-09 23:04:28 UTC
Should be fixed by the patch in bug 322032; works in my testing but it'd be great if you could also check.
Comment 3 Josh Lee 2006-01-10 00:08:33 UTC
Yep, it works perfectly.