-
Laurent Vivier authored
If we try to start QEMU with "-k en-us", qemu prints a message and exits with: qemu-system-i386: could not read keymap file: 'en-us' It's because this function is called way too early, before qemu_add_data_dir() is called, and so qemu_find_file() fails. To fix that, move init_keyboard_layout() from the class init function to the instance init function. Reported-by:
Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by:
Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by:
Laurent Vivier <laurent@vivier.eu>
Message-id: 20190923220658.27007-1-laurent@vivier.eu
Fixes: 6105683d ("ui: add an embedded Barrier client")
Signed-off-by:
Laurent Vivier <laurent@vivier.eu>
Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>Laurent Vivier authoredIf we try to start QEMU with "-k en-us", qemu prints a message and exits with: qemu-system-i386: could not read keymap file: 'en-us' It's because this function is called way too early, before qemu_add_data_dir() is called, and so qemu_find_file() fails. To fix that, move init_keyboard_layout() from the class init function to the instance init function. Reported-by:
Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by:
Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by:
Laurent Vivier <laurent@vivier.eu>
Message-id: 20190923220658.27007-1-laurent@vivier.eu
Fixes: 6105683d ("ui: add an embedded Barrier client")
Signed-off-by:
Laurent Vivier <laurent@vivier.eu>
Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>
Loading