diff options
Diffstat (limited to 'results/classifier/105/graphic/1895219')
| -rw-r--r-- | results/classifier/105/graphic/1895219 | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/1895219 b/results/classifier/105/graphic/1895219 new file mode 100644 index 00000000..b9c76612 --- /dev/null +++ b/results/classifier/105/graphic/1895219 @@ -0,0 +1,101 @@ +graphic: 0.948 +other: 0.944 +instruction: 0.923 +semantic: 0.922 +assembly: 0.920 +device: 0.919 +socket: 0.902 +mistranslation: 0.887 +network: 0.886 +boot: 0.830 +vnc: 0.811 +KVM: 0.768 + +qemu git -vnc fails due to missing en-us keymap + +If trying to run qemu with -vnc :0, it will fail with: +./qemu-system-x86_64 -vnc :2 +qemu-system-x86_64: -vnc :2: could not read keymap file: 'en-us' + +share/keymaps is missing en-us keymap and only has sl and sv, confirmed previous stable versions had en-us. + +Tried with multiple targets, on arm64 and amd64 + +Git commit hash: 9435a8b3dd35f1f926f1b9127e8a906217a5518a (head) + +A work around to get vnc enabled for those that need it until this is fixed is to manually copy from source tree pc-bios/keymaps/* to qemu-data keymaps directory, usually installed at /usr/share/qemu/keymaps or /usr/local/share/qemu/keymaps (default prefix). + +Commit that broke the install of keymaps is either https://github.com/qemu/qemu/commit/09db9b9db38e82acbc1fd4fa4661ac19c387380c (commit hash 09db9b9db38e82acbc1fd4fa4661ac19c387380c) + +or https://github.com/qemu/qemu/commit/ddcf607fa3d6881cf0286a9b88a40fde265cbe37 (commit hash ddcf607fa3d6881cf0286a9b88a40fde265cbe37) + + +I can also reproduce this issue. +CC Gerd Hoffmann + + +On 200914 1327, Darren Blaber wrote: +> ** Branch unlinked: lp:envbot/0.0.1 +> +> -- +> You received this bug notification because you are a member of qemu- +> devel-ml, which is subscribed to QEMU. +> https://bugs.launchpad.net/bugs/1895219 +> +> Title: +> qemu git -vnc fails due to missing en-us keymap +> +> Status in QEMU: +> New +> +> Bug description: +> If trying to run qemu with -vnc :0, it will fail with: +> ./qemu-system-x86_64 -vnc :2 +> qemu-system-x86_64: -vnc :2: could not read keymap file: 'en-us' +> +> share/keymaps is missing en-us keymap and only has sl and sv, +> confirmed previous stable versions had en-us. +> +> Tried with multiple targets, on arm64 and amd64 +> +> Git commit hash: 9435a8b3dd35f1f926f1b9127e8a906217a5518a (head) +> +> To manage notifications about this bug go to: +> https://bugs.launchpad.net/qemu/+bug/1895219/+subscriptions +> + + +Confirmed also a problem on the Windows build. Work around is to copy en-us file from +C:\Program Files\qemu\keymaps to qemu folder. + +The QEMU project is currently moving its bug tracking to another system. +For this we need to know which bugs are still valid and which could be +closed already. Thus we are setting the bug state to "Incomplete" now. + +If the bug has already been fixed in the latest upstream version of QEMU +(currently version 6.0), then please close this ticket as "Fix released". + +If it is not fixed yet and you think that this bug report here is still +valid, then you have two options: + +1) If you already have an account on gitlab.com, please open a new ticket +for this problem in our new tracker here: + + https://gitlab.com/qemu-project/qemu/-/issues + +and then close this ticket here on Launchpad (or let it expire auto- +matically after 60 days). Please mention the URL of this bug ticket on +Launchpad in the new ticket on GitLab. + +2) If you don't have an account on gitlab.com and don't intend to get +one, but still would like to keep this ticket opened, then please switch +the state back to "New" or "Confirmed" within the next 60 days (other- +wise it will get closed as "Expired"). We will then eventually migrate +the ticket automatically to the new system (but you won't be the reporter +of the bug in the new system and thus you won't get notified on changes +anymore). + +Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + |
