GNOME Bugzilla – Bug 629952
print screen throws error when menu is down
Last modified: 2010-10-14 16:25:03 UTC
Drop one of the menus (universal access, user, etc) and hit the PrtSc key. JS ERROR: !!! Exception was: Error: 66 is not a valid value for enumeration KeyBindingAction JS ERROR: !!! lineNumber = '0' JS ERROR: !!! fileName = 'gjs_throw' JS ERROR: !!! message = '66 is not a valid value for enumeration KeyBindingAction' JS ERROR: !!! stack = 'Error("66 is not a valid value for enumeration KeyBindingAction")@:0 ("66 is not a valid value for enumeration KeyBindingAction")@gjs_throw:0 @:0 _globalKeyPressHandler([object _private_Clutter_Stage],[object _private_Clutter_Event])@/home/jmccann/gnome-shell/source/gnome-shell/js/ui/main.js:328 Error("Chained exception")@:0 ("Chained exception")@gjs_throw:0
Very confused how the print-screen-in-the-overview code ever worked. meta_prefs_get_keybinding_action() assume that all-keybindings.h is synced up with MetaKeyBindingAction and they aren't even close for recent additions. (partially stuff we added, but mostly stuff that was added in Metacity over the last few years)
Looks like a dupe of 624585 ...
*** Bug 624585 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 632151 ***