[Wayland-bugs] [Bug 785375] Cursors for Wacom tablets are not always updated correctly under Wayland
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jul 25 16:34:13 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=785375
Carlos Garnacho <carlosg at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carlosg at gnome.org
--- Comment #3 from Carlos Garnacho <carlosg at gnome.org> ---
(In reply to Jason Gerecke from comment #0)
> When using a Wacom tablet for navigation around a GNOME desktop in a Wayland
> session, the pen/puck cursor is often not properly updated as it moves over
> various UI elements. For example, when entering an Xwayland window, the
> cursor may change to a resize indicator at the frame, and be left that way
Different causes :).
Assuming you're running Xwayland with zwp_tablet support in master, that would
be down down to Xwayland not picking the right zwp_tablet_tool to emulate the
VCP. If the cursor is set on wl_pointer instead or just not set on the tablet
tool, that'll result in the last known cursor remaining set, which is the
resize handles from mutter.
This is totally expected though if you're not running a Xwayland that supports
zwp_tablet, as per the protocol mutter expects a zwp_tablet_tool.set_cursor
request in reply to the proximity_in event, so it never updates the tool cursor
as it doesn't get one.
> after entering the main area of the window. Or, in a pure GTK3 application
> like gnome-control-center, the cursor may need to switch from a regular
> mouse pointer to a hand but doesn't do so at the proper time.
Ok, and I noticed a few gotchas triggered by GtkLinkButton :), attaching a few
patches here fixing generic cases, and GtkLinkButton specifically.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170725/a66a01da/attachment.html>
More information about the wayland-bugs
mailing list