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.
Version-Release number of selected component (if applicable):
libvirt-0.9.9-2.el6.x86_64
python-virtinst-0.600.0-5.el6.noarch
qemu-kvm-0.12.1.2-2.218.el6.x86_64
virt-manager-0.9.0-7.el6.x86_64
Linux version 2.6.32-220.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1. Start virt-manager.
2. Click Edit->Preferences->VM Details.
3. Click 'Change...' button besides 'Grab keys'.
4. Press 'Shift_L' key and hold it, then press 'Alt_L' in 'Configure grab key combination' form.
5. Release 'Shift_L' key first, then release 'Alt_L' key.
Actual results:
1. After step 4, 'OK' button cannot be clicked.
2. After step 5, there is a key called 'Meta_L' left on the form.
3. Some error message appeared in the virt-manager.log, and there is nothing in libvirtd.log, below is the error message
Virt manager's error
--------------------------------------------------------------------------------
[Mon, 06 Feb 2012 11:31:47 virt-manager 10522] ERROR (cli:85) Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/preferences.py", line 230, in grabkeys_dlg_release
defs['keysyms'].remove(ev.keyval)
ValueError: list.remove(x): x not in list
None
--------------------------------------------------------------------------------
Expected results:
1. There is nothing left on the form after keys have been released just like other key combinations.
2. Key combination could be successfully defined without error or refused clearly by virt-manager.
Additional info:
1. This issue could be also repuced by 'Shift_L'+'Alt_R', 'Shift_R'+'Alt_R', 'Shift_R'+'Alt_L' combinations.
Thanks for the report. I've fixed the Meta issue upstream:
http://git.fedorahosted.org/git?p=virt-manager.git;a=commit;h=97d3b46b77a6d259c01153a6e33bf95a15b69ac9
Not being able to click the 'OK' button when pressing Shift+Alt seems to not be specific to virt-manager, so I assume it's some weird gtk or X issue/feature.
That said, this is a minor issue and not really the effort/risk of backporting to RHEL, so just closing as UPSTREAM.
Version-Release number of selected component (if applicable): libvirt-0.9.9-2.el6.x86_64 python-virtinst-0.600.0-5.el6.noarch qemu-kvm-0.12.1.2-2.218.el6.x86_64 virt-manager-0.9.0-7.el6.x86_64 Linux version 2.6.32-220.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1. Start virt-manager. 2. Click Edit->Preferences->VM Details. 3. Click 'Change...' button besides 'Grab keys'. 4. Press 'Shift_L' key and hold it, then press 'Alt_L' in 'Configure grab key combination' form. 5. Release 'Shift_L' key first, then release 'Alt_L' key. Actual results: 1. After step 4, 'OK' button cannot be clicked. 2. After step 5, there is a key called 'Meta_L' left on the form. 3. Some error message appeared in the virt-manager.log, and there is nothing in libvirtd.log, below is the error message Virt manager's error -------------------------------------------------------------------------------- [Mon, 06 Feb 2012 11:31:47 virt-manager 10522] ERROR (cli:85) Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/preferences.py", line 230, in grabkeys_dlg_release defs['keysyms'].remove(ev.keyval) ValueError: list.remove(x): x not in list None -------------------------------------------------------------------------------- Expected results: 1. There is nothing left on the form after keys have been released just like other key combinations. 2. Key combination could be successfully defined without error or refused clearly by virt-manager. Additional info: 1. This issue could be also repuced by 'Shift_L'+'Alt_R', 'Shift_R'+'Alt_R', 'Shift_R'+'Alt_L' combinations.