Summary: | Shake cursor inoperable with animation speed set to instant | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Parker Reed <parker.l.reed> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | 6.1.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/64f1455b1153214e9825953609bd3b63bfd9c74a | Version Fixed In: | 6.1.1 |
Sentry Crash Report: |
Description
Parker Reed
2024-06-20 18:29:36 UTC
Subsequently the cursor size changing is entirely dependent on animation speed. If you have it set really low, it takes a long time to inflate and deflate. hah, confirmed. It's also pretty weird with the speed set to a very slow value. Maybe we should opt this out of respecting the global animation scale. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5951 Git commit 9276d28b3d6b5b8e572fdd46658734de54ef917f by Vlad Zahorodnii. Committed on 20/06/2024 at 19:28. Pushed by vladz into branch 'master'. plugins/shakecursor: Ignore animation speed From the user perspective, shaking cursor is not perceived as an animation, so let's ignore the global animation speed factor. M +2 -4 src/plugins/shakecursor/shakecursor.cpp https://invent.kde.org/plasma/kwin/-/commit/9276d28b3d6b5b8e572fdd46658734de54ef917f Git commit 64f1455b1153214e9825953609bd3b63bfd9c74a by Vlad Zahorodnii. Committed on 20/06/2024 at 19:41. Pushed by vladz into branch 'Plasma/6.1'. plugins/shakecursor: Ignore animation speed From the user perspective, shaking cursor is not perceived as an animation, so let's ignore the global animation speed factor. (cherry picked from commit 9276d28b3d6b5b8e572fdd46658734de54ef917f) Co-authored-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org> M +2 -4 src/plugins/shakecursor/shakecursor.cpp https://invent.kde.org/plasma/kwin/-/commit/64f1455b1153214e9825953609bd3b63bfd9c74a |