Summary: | Input in Nexuiz is not recognized until pressing ESC for 3 seconds (Wayland) | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Rainer Finke <rainer> |
Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | farmboy0, subdiff |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kwayland/5e195c2a67ce520803f8936160c5e61d431dcbac | Version Fixed In: | |
Sentry Crash Report: |
Description
Rainer Finke
2018-06-24 13:40:59 UTC
Should get fixed with https://phabricator.kde.org/D13257 Git commit 5e195c2a67ce520803f8936160c5e61d431dcbac by Roman Gilg. Committed on 26/06/2018 at 14:35. Pushed by romangilg into branch 'master'. [server] Send frame event instead of flush on relative pointer motion Summary: This solves for me not working relative pointer motion with grab/lock in Xwayland applications. Looking at the Xwayland code it is clear, that it expects a frame event on wl_pointer versions 5 and above after relative motion events. wl_pointer version 5 support was added to KWayland in b6bd28ab. If the cursor is locked no absolute motion events are sent. In this case to make sure relative motion events are processed by the client, send the frame event after every relative motion. Test Plan: Manually with Neverball in Xwayland mode. Reviewers: #plasma, #kwin, #frameworks, davidedmundson Reviewed By: #plasma, #kwin, davidedmundson Subscribers: davidedmundson, kde-frameworks-devel Tags: #frameworks Maniphest Tasks: T8923 Differential Revision: https://phabricator.kde.org/D13257 M +1 -1 src/server/pointer_interface.cpp https://commits.kde.org/kwayland/5e195c2a67ce520803f8936160c5e61d431dcbac I've tested the bug fix and it works as expected. Thank you very much! *** Bug 396265 has been marked as a duplicate of this bug. *** |