Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionMarc-Andre Lureau
2012-03-09 01:49:59 UTC
Created attachment 568792[details]
gtk2 patch fixing issue
Description of problem:
accel_path aren't correctly registered when loading builder files.
See attached example patch against gtk2 that should run a simple UI with a customzied key-binding for view/fullscreen menu bound to shift-f8.
Version-Release number of selected component (if applicable):
2.18.9-9
Actual results:
The customized keybinding is missing.
Expected results:
The keybinding should be working
Additional info:
The bug has been fixed in upstream and identified as commit (back ported patch attached)
commit a5b92540d039a3246db3f33842a363f3ce127c48
Author: Juan Pablo Ugarte <juanpablougarte>
Date: Wed Jun 29 11:45:33 2011 -0300
Make GtkBuilder do not delay construct properties that can be resolved
(so construct is respected when possible) and skip construct only props that
can not.
Comment 2Marc-Andre Lureau
2012-03-09 01:54:14 UTC
Comment 3Marc-Andre Lureau
2012-03-09 01:55:34 UTC
Created attachment 568794[details]
gtk2 patch with test
This is just a patch for testing, not for gtk :)
Comment 5Marc-Andre Lureau
2012-03-09 19:00:52 UTC
To verify that bug, start "virt-viewer -w foo" (virt-viewer 0.5.2)
Menu View/Fullscreen:
- doesn't have keybinding before fix
- has F11 keybinding after
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2012-0809.html
Created attachment 568792 [details] gtk2 patch fixing issue Description of problem: accel_path aren't correctly registered when loading builder files. See attached example patch against gtk2 that should run a simple UI with a customzied key-binding for view/fullscreen menu bound to shift-f8. Version-Release number of selected component (if applicable): 2.18.9-9 Actual results: The customized keybinding is missing. Expected results: The keybinding should be working Additional info: The bug has been fixed in upstream and identified as commit (back ported patch attached) commit a5b92540d039a3246db3f33842a363f3ce127c48 Author: Juan Pablo Ugarte <juanpablougarte> Date: Wed Jun 29 11:45:33 2011 -0300 Make GtkBuilder do not delay construct properties that can be resolved (so construct is respected when possible) and skip construct only props that can not.