[Wayland-bugs] [Bug 777333] In a GNOME Wayland session, gnome-terminal windows cannot be moved around with a wacom pen
mutter (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 15 21:28:04 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777333
Jason Gerecke <killertofu at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |killertofu at gmail.com
--- Comment #5 from Jason Gerecke <killertofu at gmail.com> ---
I did some tracing with GDB to better understand where the issue lies. It looks
like when the GTK side of things works fine: when you start to drag a window,
things eventually get all the way down to a call to `zxdg_toplevel_v6_move`
where it becomes Mutter's responsibility.
Within Mutter, the `xdg_toplevel_move` function is where processing starts.
That function calls `meta_wayland_seat_get_grab_info` to get some X/Y
coordinates, but the function is currently only capable of working with events
from a "pointer" or "touch" device attached to the Wayland seat. It does not
know how to deal with tablet tools, so processing stops and the window is never
moved.
It isn't immediately obvious to me how support would be added... Definitely
something for the Mutter developers to work on.
--
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/20170615/0d056fdb/attachment.html>
More information about the wayland-bugs
mailing list