GNOME Bugzilla – Bug 778262
Wrong remove on the ring/strip objects
Last modified: 2017-02-07 13:45:31 UTC
Created attachment 345082 [details] [review] 0001-wayland-fix-copy-pasto-sending-tool-removed-on-rings.patch meta_wayland_tablet_pad_ring_free() calls zwp_tablet_tool_v2_send_removed() on the ring objects, causing the server to be unhappy, with lots of tears being shed before a mic drop after a final message of Fatal server error: (EE) message too short, object (193), message (null)(zwp_tablet_pad_ring_v2) Since that's arguably bad user experience, and making the message longer wasn't in the budget, I figured removing the bad call is the best option ;) The same copy/pasto is in the strip code, attached patch removes both.
Review of attachment 345082 [details] [review]: looks good, thanks