Summary: | [Regression with bisect] Kwin 6.2.1 doesn't update mouse cursor when hovering through links | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Dan <dan76> |
Component: | platform-drm | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | contact, nate, postix, public, xaver.hugl |
Priority: | NOR | Keywords: | regression |
Version: | 6.2.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.2.1.1 | |
Sentry Crash Report: |
Description
Dan
2024-10-15 20:59:52 UTC
And this is happening just on Firefox and Chrome. I didn't notice it on KDE apps. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/6641 Git commit 12e44324d55c5c0dc8f082248d07bc818f08993a by Xaver Hugl. Committed on 16/10/2024 at 14:52. Pushed by zamundaaa into branch 'master'. backends/drm: don't scale infiniteRegion() It can lead to weird issues, like the resulting region being entirely in negative coordinates M +12 -4 src/backends/drm/drm_egl_layer_surface.cpp https://invent.kde.org/plasma/kwin/-/commit/12e44324d55c5c0dc8f082248d07bc818f08993a A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/6642 Please test and let me know if this actually fixes your problem Perfect! Your commit solved the issue. Thanks! Git commit d352a368e21b9c95eb738a0cbde749425906f7fe by Xaver Hugl. Committed on 16/10/2024 at 15:20. Pushed by zamundaaa into branch 'Plasma/6.2'. backends/drm: don't scale infiniteRegion() It can lead to weird issues, like the resulting region being entirely in negative coordinates (cherry picked from commit 12e44324d55c5c0dc8f082248d07bc818f08993a) Co-authored-by: Xaver Hugl <xaver.hugl@gmail.com> M +12 -4 src/backends/drm/drm_egl_layer_surface.cpp https://invent.kde.org/plasma/kwin/-/commit/d352a368e21b9c95eb738a0cbde749425906f7fe Great! *** Bug 494876 has been marked as a duplicate of this bug. *** *** Bug 494959 has been marked as a duplicate of this bug. *** As the bug title is only about the cursor, does 12e44324d55c5c0dc8f082248d07bc818f08993a also fix the weird flickering, which I have observed in the duplicate bug report? Also, this report doesn't mention the night light, which was a requirement for me that the bug got triggered. Thanks Xaver, 6.2.1.1 has fully fixed both the cursor and the glitches with night light for me. :) (Delayed reply) Hi postix, many thanks for fixing this so quickly (In reply to Andrew Rembrandt from comment #14) > (Delayed reply) Hi postix, many thanks for fixing this so quickly That wasn't me, credits go to Xaver :) Many thanks for the fast fix Xaver :) |