https://bugs.kde.org/show_bug.cgi?id=461162
Bug ID: 461162 Summary: No hover effect in Present Windows effect Classification: Plasma Product: kwin Version: 5.26.2 Platform: Gentoo Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: effects-present-windows Assignee: kwin-bugs-n...@kde.org Reporter: mz...@o2.pl Target Milestone: --- SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** After upgrading from Plasma 5.24 to 5.26, I've noticed that the newly rewritten Present Windows effect has no visual feedback when hovering the cursor over a thumbnail. In the old one the hovered item was enlarged and highlighted, which felt much more organic. I've tried editing windowview/qml/main.qml and adding this to the windowThumbnail definition, to no avail: HoverHandler{ onHoveredChanged: { if(hovered){ windowThumbnail.scale = 1.2 } else{ windowThumbnail.scale = 1 } } The new effect seems to otherwise work fine, except for this blemish. Are there any plans to restore the old behavior in some form or is this a bug on my end? STEPS TO REPRODUCE 1. Activate the Present Windows effect 2. Hover the mouse cursor over one of the window thumbnails OBSERVED RESULT There is no animation for the hovered thumbnail. EXPECTED RESULT The hovered thumbnail shows visual feedback. SOFTWARE/OS VERSIONS Operating System: Gentoo Linux 2.9 KDE Plasma Version: 5.26.2 KDE Frameworks Version: 5.99.0 Qt Version: 5.15.5 Kernel Version: 5.15.71-gentoo (64-bit) Graphics Platform: X11 Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 23.4 GiB of RAM Graphics Processor: NVIDIA GeForce GT 1030/PCIe/SSE2 -- You are receiving this mail because: You are watching all bug changes.