[Qemu-devel] [Bug 1811916] Re: SDL2 interface didn't follow the current X11 keyboard layout for hotkeys

2019-01-17 Thread WHR
I'm currently reverted the commit f8d2c9369b8302f65f4f43f14ed3987c2268a02a to use only CTRL-ALT. https://gist.github.com/Low-power/822eace3f37c893bc6aad3af647b4c7d -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpa

[Qemu-devel] [Bug 1811916] Re: SDL2 interface didn't follow the current X11 keyboard layout for hotkeys

2019-01-17 Thread WHR
Also affects SDL 1.2 UI in QEMU 2.12.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/1811916 Title: SDL2 interface didn't follow the current X11 keyboard layout for hotkeys Status in QEMU: New

[Qemu-devel] [Bug 1777252] Re: tests/Makefile.include trying to add linking library '-lutil' that break the build on Solaris

2019-01-15 Thread WHR
>>> Does something like this work for you? Yes, this fix works; but I don't think this is a clean fix, since libutil may also missing in other OS. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/177725

[Qemu-devel] [Bug 1811916] [NEW] SDL2 interface didn't follow the current X11 keyboard layout for hotkeys

2019-01-15 Thread WHR
Public bug reported: My X11 was configured to use Dvorak keyboard layout, with setxkbmap(1). Despite the window title said 'Press Ctrl-Alt-G to exit grab' after it grabbed the mouse, pressing this hotkey don't have any effects, and I has to switch to a virtual terminal to kill(1) that qemu process

[Qemu-devel] [Bug 1785698] Re: Solaris build error: unknown type name ‘gcry_error_t’

2019-01-14 Thread WHR
libutil should not be linked on Solaris, see https://bugs.launchpad.net/qemu/+bug/1777252 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1785698 Title: Solaris build error: unknown type name ‘gcry_e

[Qemu-devel] [Bug 1777252] [NEW] tests/Makefile.include trying to add linking library '-lutil' that break the build on Solaris

2018-06-16 Thread WHR
Public bug reported: Building script 'tests/Makefile.include' contains following code ``` ifeq ($(CONFIG_POSIX),y) LIBS += -lutil endif ``` library -lutil is not available on Solaris, so the building will failed, like ``` ld: fatal: library -lutil: not found make: *** [SOMEWHERE/src/qemu-2.12.0/r