GNOME Bugzilla – Bug 85088
tasklist shouldn't beep when focus changes
Last modified: 2004-12-22 21:47:04 UTC
if you turn sound events on, the tasklist will generate beeps every time the focus changes. this is really annoying.
Created attachment 9185 [details] [review] patch to disable beeping on tasklist buttons
the only thing is that you might want beeps when you actually click on a tasks...
Maybe the sound should key off "pressed" or "released" instead of "clicked"? of course then it won't happen when keyboard navigating.
so is this ok to go in now? the current situation is pretty unbearable (even for people who can tolerate event sounds)
Fine with me. You probably have to create a branch though, right? Or wait until 2.0 is out?
depends on your plans. if the current release is fine for gnome 2.0.0 and that release has a tag, then a branch only needs to be made if you are doing another release for 2.0.0. otherwise there's no need for a branch (yet)
That makes sense, I can branch later if required. Please go ahead and put in the fix then.
committed: 2002-06-13 jacob berkman <jacob@ximian.com> * libwnck/tasklist.c (wnck_task_create_widgets): tell libgnomeui not to do toggle sounds on ourself, as it's incredibly annoying to have the tasklist beep every time you change focus. fixes bug #85088