Summary: | Icon of OSD is initially incorrect and then corrects itself after a few milliseconds | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, nate |
Priority: | NOR | Keywords: | qt6 |
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=475143 | ||
Latest Commit: | https://invent.kde.org/frameworks/kirigami/-/commit/4e83a29fd4318ace22899c5f85405e1d43bb6696 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | screen recording |
Can confirm. Seems like it could be related to whatever's causing Bug 475143. Can you reproduce this in Plasma 5 too, or only 6? Cannot reproduce on Plasma 5. Thanks for checking! I suspect this may be an issue caused by the port to Kirigami.Icon. My theory is that when the OSD re-appears with a different icon, the existing icon instance animates between the old and new icons instead if just always using the new icon instantly. Git commit 4e83a29fd4318ace22899c5f85405e1d43bb6696 by Kai Uwe Broulik. Committed on 30/10/2023 at 20:31. Pushed by broulik into branch 'master'. Icon: Block next animation also on window visibility change M +14 -2 src/icon.cpp M +3 -0 src/icon.h https://invent.kde.org/frameworks/kirigami/-/commit/4e83a29fd4318ace22899c5f85405e1d43bb6696 |
Created attachment 162142 [details] screen recording STEPS TO REPRODUCE 1. activate the night color feature in Night Color KCM 2. repeatedly deactivate/reactivate the night color by clicking on the Night Color applet in the system tray 3. OBSERVED RESULT the icon of the OSD that appears after each click on Night Color icon is initially incorrect and then corrects itself after a few milliseconds. Please watch the attached screen recording. EXPECTED RESULT correct icon immediately when the OSD appears SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.240.0 Qt Version: 6.6.0 Graphics Platform: Wayland ADDITIONAL INFORMATION Can also reproduce with sound OSD when muting/unmuting the sound. But in this case the bug is less noticeable.