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 155746 - Print/Alt-Print don't open the screenshot dialog
Print/Alt-Print don't open the screenshot dialog
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2004-10-18 17:11 UTC by Sebastien Bacher
Modified: 2005-01-26 01:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2004-10-18 17:11:20 UTC
The xfree problem reported in #86506 is fixed but this still doesn't work
apparently.

Details here:
http://bugzilla.ubuntu.com/1762 

"Our Xfree86 tree has both the patches from Xfree86 and Xorg but the result
doesn't change because the problem is not in Xfree86. A gdb session of
xf86Events.c (fix from xfree86) shows clearly that the keycodes are matched and
remapped correctly, while (for eg) pressing <alt>+Print: 
...
(gdb) n
579       if (scanCode == KEY_SysReqest)
(gdb) n
580         scanCode = KEY_Print;
(gdb) n
588       specialkey = scanCode;

Line 580 is the remapping of SysRq to Print again. Once this happen, xserver
passes the info to the next layer and it goes back to sit in a corner waiting
for the next event."
Comment 1 Vincent Untz 2004-11-04 17:02:59 UTC
The keybindings are handled in metacity now.
Comment 2 Elijah Newren 2005-01-26 01:03:15 UTC
From reading the Ubuntu bug:
This bug has been fixed with xorg-6.8.1 upload.


So, I'm going to close.  :)