GNOME Bugzilla – Bug 318884
Setting the global keybinding to <Alt>F10 crashes deskbar on keypress
Last modified: 2005-10-16 22:12:40 UTC
Steps to reproduce: 1. Change the gconf setting to <Alt>F10 2. Restart Deskbar (optional) 3. Hit alt-f10 4. Deskbar segfaults, because the user_dara is NULL, and it is dereferenced in 0xb6751154 in handler_c_func (keystring=0x839b2f0 "<Alt>F10", user_data=0x0) at _keybinder.override:22 But why ? Stack trace:
+ Trace 63541
Other information:
Nigel, can you look at this, since you have messed with the tomboy keybinder more than me ?
No worries - I'll look at it.
Seems to be fixed as a consequence of reverting to a single-threaded GTK. Mailing list post: http://mail.gnome.org/archives/deskbar-applet-list/2005-October/msg00054.html