After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664528 - gnome-boxes doesn't respond to mouse events
gnome-boxes doesn't respond to mouse events
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal major
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-22 03:05 UTC by doctorkohaku
Modified: 2016-03-31 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
--clutter-debug=event output (751.10 KB, text/plain)
2011-11-22 03:05 UTC, doctorkohaku
  Details
Remove disable_multidevice(), fix respond to mose events (784 bytes, patch)
2011-11-22 12:02 UTC, Marc-Andre Lureau
committed Details | Review

Description doctorkohaku 2011-11-22 03:05:17 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
Comment 1 Marc-Andre Lureau 2011-11-22 12:02:19 UTC
Created attachment 201919 [details] [review]
Remove disable_multidevice(), fix respond to mose events
Comment 2 Marc-Andre Lureau 2011-11-22 12:21:51 UTC
Attachment 201919 [details] pushed as e40ac83 - Remove disable_multidevice(), fix respond to mose events