GNOME Bugzilla – Bug 593355
[PATCH] bell: increase bell rate limit from 1/s to 1/100ms
Last modified: 2009-11-20 16:40:17 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
Created attachment 141913 [details] [review] 0001-bell-increase-bell-rate-limit-from-1-s-to-1-100ms.patch
Review of attachment 141913 [details] [review]: Looks fine to me: go ahead.