| Summary: | After rotation mouse cursor is visible on touch device | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Bhushan Shah <bshah> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate, plata.hill, xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/5b8227c89ec82af89a4b474c530f7fe4da69ebf3 | Version Fixed/Implemented In: | 5.19.0 |
| Sentry Crash Report: | |||
|
Description
Bhushan Shah
2020-03-18 05:54:22 UTC
Git commit b2df11bf7e59d57240afcdf88b352d49799d9922 by Bhushan Shah. Committed on 21/05/2020 at 07:08. Pushed by bshah into branch 'Plasma/5.19'. [platforms/drm] show cursor only when it is enabled In previous code we used to update/show cursor even when the pointer device was present, e.g mobile device. Guard it behind the cursor enabled check. FIXED-IN: 5.19.0 M +4 -0 plugins/platforms/drm/drm_backend.h M +11 -6 plugins/platforms/drm/drm_output.cpp https://invent.kde.org/plasma/kwin/commit/b2df11bf7e59d57240afcdf88b352d49799d9922 I have this behavior with 5.27.1. Note that the cursor disappears after touching the screen again. Can confirm, the cursor still wrongly shows after screen rotation A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/7165 Git commit aaee1ba14c9df3a2de677f2844b0c0a8c6ba6546 by Xaver Hugl. Committed on 16/02/2025 at 21:45. Pushed by zamundaaa into branch 'master'. hide cursor spy: don't show the cursor on warps They're not user interaction, and can happen for example on output configuration changes M +3 -1 src/hide_cursor_spy.cpp https://invent.kde.org/plasma/kwin/-/commit/aaee1ba14c9df3a2de677f2844b0c0a8c6ba6546 Git commit 5b8227c89ec82af89a4b474c530f7fe4da69ebf3 by Xaver Hugl. Committed on 16/02/2025 at 22:09. Pushed by zamundaaa into branch 'Plasma/6.3'. hide cursor spy: don't show the cursor on warps They're not user interaction, and can happen for example on output configuration changes (cherry picked from commit aaee1ba14c9df3a2de677f2844b0c0a8c6ba6546) Co-authored-by: Xaver Hugl <xaver.hugl@gmail.com> M +3 -1 src/hide_cursor_spy.cpp https://invent.kde.org/plasma/kwin/-/commit/5b8227c89ec82af89a4b474c530f7fe4da69ebf3 |