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 593355 - [PATCH] bell: increase bell rate limit from 1/s to 1/100ms
[PATCH] bell: increase bell rate limit from 1/s to 1/100ms
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2009-08-28 03:48 UTC by Lennart Poettering
Modified: 2009-11-20 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-bell-increase-bell-rate-limit-from-1-s-to-1-100ms.patch (1.26 KB, patch)
2009-08-28 03:50 UTC, Lennart Poettering
committed Details | Review

Description Lennart Poettering 2009-08-28 03:48:57 UTC
Right now metacity issues only 1 bell event per second. This is
feels buggy when triggering multiple alarm sounds in a terminal.

This patch simple increases the limit to 1/100ms. 100ms is probably a
good choice since the HIG recommends that all user reaction should
happen within 100ms. With this applied pressing 'Left' in gnome-terminal
feels much more responsive.

https://bugzilla.redhat.com/show_bug.cgi?id=498608
Comment 1 Lennart Poettering 2009-08-28 03:50:03 UTC
Created attachment 141913 [details] [review]
0001-bell-increase-bell-rate-limit-from-1-s-to-1-100ms.patch
Comment 2 Thomas Thurman 2009-11-20 16:22:13 UTC
Review of attachment 141913 [details] [review]:

Looks fine to me: go ahead.