After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629952 - print screen throws error when menu is down
print screen throws error when menu is down
Status: RESOLVED DUPLICATE of bug 632151
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 624585 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-09-17 18:48 UTC by William Jon McCann
Modified: 2010-10-14 16:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2010-09-17 18:48:09 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
Comment 1 Owen Taylor 2010-09-17 19:18:48 UTC
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)
Comment 2 drago01 2010-09-17 20:10:11 UTC
Looks like a dupe of 624585 ...
Comment 3 Owen Taylor 2010-09-18 22:28:00 UTC
*** Bug 624585 has been marked as a duplicate of this bug. ***
Comment 4 drago01 2010-10-14 16:25:03 UTC

*** This bug has been marked as a duplicate of bug 632151 ***