Summary: | spice-gtk suddenly starts sending escape characters instead of normal ones while using the keyboard | ||
---|---|---|---|
Product: | Spice | Reporter: | Alberto Ruiz <aruiz> |
Component: | spice-gtk | Assignee: | Spice Bug List <spice-bugs> |
Status: | RESOLVED NOTOURBUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | spice stops sending any keystrokes to boxes |
Description
Alberto Ruiz
2015-02-12 13:54:09 UTC
Hi, seems that the Ctrl key is stuck, but I can't reproduce. Please, add the spice debug log (SPICE_DEBUG=1 gnome-boxes). Created attachment 113540 [details]
spice stops sending any keystrokes to boxes
I haven't been able to reproduce the blocked Ctrl key problem. But in this log I was not able to send any keystrokes to the guest.
Note the following warnings by the end of the log file:
(gnome-boxes:4750): GSpice-CRITICAL **: send_key: assertion 'scancode != 0' failed
(gnome-boxes:4750): GSpice-DEBUG: spice-widget.c:1339 key_event press: keycode: 39 state: 0 group 0 modifier 0
(gnome-boxes:4750): GSpice-CRITICAL **: send_key: assertion 'scancode != 0' failed
(gnome-boxes:4750): GSpice-DEBUG: spice-widget.c:1339 key_event press: keycode: 40 state: 0 group 0 modifier 0
Thanks for the log, keys were not send to the guest because of this: (gnome-boxes:4750): vnc-keymap-WARNING **: Unknown keycode mapping '(null)' What is your keyboard mapping, can you give me output of setxkbmap -print xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+us+inet(evdev)" }; xkb_geometry { include "pc(pc105)" }; }; Note though, these spurious input problems with happen out of the blue, without any sort of explicit changes in the input configuration. Are you on wayland? Can you try reproduce it using spice-gtk only (with spicy) or with remote-viewer / virt-viewer ? It is probably a bug in XWayland - XkbGetKeyboard always returns NULL. Workaround: http://lists.freedesktop.org/archives/spice-devel/2015-February/018964.html |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.