GNOME Bugzilla – Bug 664528
gnome-boxes doesn't respond to mouse events
Last modified: 2016-03-31 13:53:46 UTC
Created attachment 201893 [details] --clutter-debug=event output On Arch Linux, when run from within jhbuild, gnome-boxes doesn't seem to respond to mouse events at all. The buttons seem to get a hover (mouse-over) event after being clicked on when the gnome-boxes window is out of focus. Alt-clicking on a button has a similar effect. There is no console output that could indicate any errors, even with G_MESSAGES_DEBUG="all" set in the environment. --clutter-debug=event suggests that a mouse event is being registered. $ jhbuild shell $ pkg-config --modversion gtk+-3.0 3.3.5 $ pkg-config --modversion clutter-1.0 1.9.1
Created attachment 201919 [details] [review] Remove disable_multidevice(), fix respond to mose events
Attachment 201919 [details] pushed as e40ac83 - Remove disable_multidevice(), fix respond to mose events