** 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
** Branch linked: 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 t
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 keyma
Public bug reported:
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 multipl