Ping?
Le 24/09/2019 à 00:06, Laurent Vivier a écrit :
> 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, a
On Tue, Sep 24, 2019 at 12:06:58AM +0200, Laurent Vivier wrote:
> 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
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