touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #39557
[Bug 1388875] Re: GTK+ applications unable to be clicked on in Unity 8
Hello Sebastien, or anyone else affected,
Accepted gtk+3.0 into utopic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gtk+3.0/3.12.2-0ubuntu15.2 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1388875
Title:
GTK+ applications unable to be clicked on in Unity 8
Status in gtk+3.0 package in Ubuntu:
Fix Committed
Status in gtk+3.0 source package in Utopic:
Fix Committed
Status in gtk+3.0 source package in Vivid:
Fix Committed
Bug description:
[Impact]
GTK+ applications running in Unity 8 do not respond to button presses. This is due to Unity 8 / Mir changing the way events are generated (from mouse events to touch events). The GTK+ backend did not interpret these touch events.
[Test Case]
1. Set up a GTK+ application to be launchable from Unity 8 (i.e. edit a .desktop file and set X-Ubuntu-Touch=true)
2. Log into a Unity 8 session
3. Click on a button in the application
Expected result:
The button is pressed
Observed result:
Nothing happens when clicking on the button
[Regression Potential]
Low. The fix is just to handle the case of a pointer up/down event where no buttons are specified. This was previously ignored. The GTK+ backend is not usable without making hacks so this is unlikely to affect other GTK+ users.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1388875/+subscriptions
References