GNOME Bugzilla – Bug 614592
2.30.0 dies on right clicking titlebar
Last modified: 2010-04-06 10:06:28 UTC
Created attachment 157702 [details] [review] fix metacity 2.30.0 quits and gets re-started when I right-click any titlebar. from .xsession-errors ** metacity:ERROR:core/prefs.c:2759:meta_prefs_get_window_binding: code should not be reached I added a debugging line, it seems meta_prefs_get_window_binding() is being called with name "none", triggering an assertion. I fixed it by not bothering to look up the menu accelerator for META_MENU_OP_NONE.
This seems to be a regression caused by 333446ab5f6b773b4c8357a302d80155e8851d22.
*** Bug 614642 has been marked as a duplicate of this bug. ***
confirming ( https://qa.mandriva.com/show_bug.cgi?id=58520 ) : Program received signal SIGABRT, Aborted. 0xffffe424 in __kernel_vsyscall () (gdb) bt
+ Trace 221209
*** Bug 614830 has been marked as a duplicate of this bug. ***
I confirm patch fixes the crash.
Thanks, pushed and I'll do a release.