Summary: | Adding/removing a virtual desktop requires two clicks on the relevant button | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | tgnff242 |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | n8thefusion, nate |
Priority: | NOR | ||
Version: | 5.24.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=454275 | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/e6ae8fb6755398d3512863c7de6493360962118e | Version Fixed In: | 5.25.2 |
Sentry Crash Report: |
Description
tgnff242
2022-02-10 02:37:40 UTC
Cannot reproduce on Wayland. Are you on X11? Yes, I am on X11. Even on Wayland, though, not every click is registered if you click on it fast enough . You can't do that using the Overview effect because the button changes location, but you can using the Desktop Grid effect. See also Bug 441951. The button is big enough that you can position your cursor on the far right so that the next click will hit the button again even after it moves. Cannot reproduce on Wayland. I am also experiencing this bug. The first click on any button (close window button, add desktop button, remove desktop button) after enabling overview mode works as expected. Any subsequent clicks requires two clicks for the button to work. I hope this helps. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.25.0 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.4 Kernel Version: 5.18.3-arch1-1 (64-bit) Graphics Platform: X11 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2576 Git commit 66a54d38d4dfe231980dfa1e4393d62f3c559df1 by Nate Graham, on behalf of Marco Martin. Committed on 24/06/2022 at 17:54. Pushed by ngraham into branch 'master'. effects: Set timestamp for input events Set the time for mouse and touch events. This is especially important for the mouse is as the timestamp will be used to discriminate between single and double click. Previously this was always sending the double click event, making buttons work only every other click. Related: bug 454275 M +3 -0 src/backends/x11/standalone/effects_mouse_interception_x11_filter.cpp M +1 -2 src/libkwineffects/kwinoffscreenquickview.cpp https://invent.kde.org/plasma/kwin/commit/66a54d38d4dfe231980dfa1e4393d62f3c559df1 Git commit e6ae8fb6755398d3512863c7de6493360962118e by Nate Graham, on behalf of Marco Martin. Committed on 24/06/2022 at 17:55. Pushed by ngraham into branch 'Plasma/5.25'. effects: Set timestamp for input events Set the time for mouse and touch events. This is especially important for the mouse is as the timestamp will be used to discriminate between single and double click. Previously this was always sending the double click event, making buttons work only every other click. Related: bug 454275 (cherry picked from commit 66a54d38d4dfe231980dfa1e4393d62f3c559df1) M +3 -0 src/backends/x11/standalone/effects_mouse_interception_x11_filter.cpp M +1 -2 src/libkwineffects/kwinoffscreenquickview.cpp https://invent.kde.org/plasma/kwin/commit/e6ae8fb6755398d3512863c7de6493360962118e |