Re: [Qemu-devel] GTK UI keycodes broken under Wayland

2016-12-01 Thread Stefan Hajnoczi
On Thu, Dec 1, 2016 at 9:35 AM, Daniel P. Berrange wrote: > On Thu, Dec 01, 2016 at 09:32:34AM +0100, Thomas Huth wrote: >> On 01.12.2016 08:24, Stefan Hajnoczi wrote: >> > I recently upgraded to Fedora 25 which runs Wayland by default. >> > >> > The GTK UI is now sending unknown keycodes to the g

Re: [Qemu-devel] GTK UI keycodes broken under Wayland

2016-12-01 Thread Daniel P. Berrange
On Thu, Dec 01, 2016 at 09:32:34AM +0100, Thomas Huth wrote: > On 01.12.2016 08:24, Stefan Hajnoczi wrote: > > I recently upgraded to Fedora 25 which runs Wayland by default. > > > > The GTK UI is now sending unknown keycodes to the guests. Although > > alphanumeric keys work, the cursor keys are

Re: [Qemu-devel] GTK UI keycodes broken under Wayland

2016-12-01 Thread Thomas Huth
On 01.12.2016 08:24, Stefan Hajnoczi wrote: > I recently upgraded to Fedora 25 which runs Wayland by default. > > The GTK UI is now sending unknown keycodes to the guests. Although > alphanumeric keys work, the cursor keys are broken. > > There is X11-specific code for keycode mapping in ui/gtk.

[Qemu-devel] GTK UI keycodes broken under Wayland

2016-11-30 Thread Stefan Hajnoczi
I recently upgraded to Fedora 25 which runs Wayland by default. The GTK UI is now sending unknown keycodes to the guests. Although alphanumeric keys work, the cursor keys are broken. There is X11-specific code for keycode mapping in ui/gtk.c. Perhaps something is needed to make that work under