Bug 1753814

Summary: Some keysyms are missing when using vnc display + German/French keyboard layout
Product: Red Hat Enterprise Linux Advanced Virtualization Reporter: Guo, Zhiyi <zhguo>
Component: qemu-kvmAssignee: Virtualization Maintenance <virt-maint>
qemu-kvm sub component: Input QA Contact: Guo, Zhiyi <zhguo>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: low    
Priority: medium CC: coli, jinzhao, juzhang, virt-maint
Version: 8.1Keywords: Triaged
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-20 07:30:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Guo, Zhiyi 2019-09-20 01:24:41 UTC
Description of problem:
Some keysyms are missing when using vnc display + German/French keyboard layout

Version-Release number of selected component (if applicable):
qemu-kvm-4.1.0-10.module+el8.1.0+4234+33aa4f57.x86_64


How reproducible:
100%

Steps:
1.Boot rhel8.1 vm with vnc and de/fr keyboard layout and try to input keys listed in Actual results.

Actual results:
Keys missing in German keyboard layout(German no dead keys)
keycode 55 (keysym 0xafd, singlelowquotemark)
keycode 56 (keysym 0xad0, leftsinglequotemark)
keycode 57 (keysym 0xad1, rightsinglequotemark)
keycode 61 (keysym 0xaa9, emdash)
keycode 51 (keysym 0xad1, rightsinglequotemark)

Keys missing in French keyboard layout(French no dead keys):
leftsinglequotemark(keycode 55, keysym 0xad0)
rightsinglequotemark(keycode 56, keysym 0xad1)

Expected results:
These keys can be inputted to vm

Additional info:
For input keys in different languages, the configurations are:
1)qemu boot with -k de or -k fr

2)Client machine(running remote-viewer) configured to de or fr input method

3)8.1 vm configured to de or fr display and input language

Comment 2 Ademar Reis 2020-02-05 23:06:35 UTC
QEMU has been recently split into sub-components and as a one-time operation to avoid breakage of tools, we are setting the QEMU sub-component of this BZ to "General". Please review and change the sub-component if necessary the next time you review this BZ. Thanks

Comment 5 RHEL Program Management 2021-03-20 07:30:43 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.

Comment 6 Guo, Zhiyi 2021-08-03 06:41:52 UTC
This issue is indeed not reproducible with below packages:
qemu-kvm-6.0.0-24.module+el8.5.0+11844+1e3017bd.x86_64
virt-viewer-9.0-10.el8.x86_64

VM used is rhel8.5 VM with 4.18.0-325.el8.x86_64

Both de and fr has been tested and no such issue happen now.