| Summary: | Touchpad middle key and three finger gesture not working for closing windows in desktop grid | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | mrmojito |
| Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dunwellantwi, kdedev, nate, sort465 |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 6.7.0 | ||
| Target Milestone: | --- | ||
| Platform: | CachyOS | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/4cb9e3bc64ce518abde6b56b40799b76ccac82f6 | Version Fixed/Implemented In: | 6.7.3 |
| Sentry Crash Report: | |||
|
Description
mrmojito
2026-06-22 17:42:12 UTC
Same bug in my laptop. Additionally, the right-click that pins the windows is not working in Overview (same problem than middle-click to close). With mouse, both are working as expected. I can reproduce the issue on KDE Linux. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/9523 *** Bug 522506 has been marked as a duplicate of this bug. *** Git commit 82eaba4c1f8a5aa44ef8be4b746148c1d09d12ae by Xaver Hugl. Committed on 06/07/2026 at 15:21. Pushed by zamundaaa into branch 'master'. plugins/overview: fix middle click with touchpads acceptedPointerTypes filters by the type of interaction, which for touchpads is "finger". I don't quite understand why that API even exists, but it's definitely wrong for this. Instead of checking how the user interacts with the device, simply filter for the actual mouse and touchpad device types. M +1 -1 src/plugins/overview/qml/Main.qml https://invent.kde.org/plasma/kwin/-/commit/82eaba4c1f8a5aa44ef8be4b746148c1d09d12ae Git commit 4cb9e3bc64ce518abde6b56b40799b76ccac82f6 by Xaver Hugl. Committed on 06/07/2026 at 19:54. Pushed by zamundaaa into branch 'Plasma/6.7'. plugins/overview: fix middle click with touchpads acceptedPointerTypes filters by the type of interaction, which for touchpads is "finger". I don't quite understand why that API even exists, but it's definitely wrong for this. Instead of checking how the user interacts with the device, simply filter for the actual mouse and touchpad device types. (cherry picked from commit 82eaba4c1f8a5aa44ef8be4b746148c1d09d12ae) Co-authored-by: Xaver Hugl <xaver.hugl@kde.org> M +1 -1 src/plugins/overview/qml/Main.qml https://invent.kde.org/plasma/kwin/-/commit/4cb9e3bc64ce518abde6b56b40799b76ccac82f6 |