Created attachment 127668 [details] screen recording STEPS TO REPRODUCE 1. open Dolphin 2. press ctrl+f EXPECTED RESULT Icon of "Your files" button is barely visible. Icon visibility is normalized on mouseover. Watch the attached screen recording. OBSERVED RESULT good visibility immediately after we press ctrl+f SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.18.80 KDE Frameworks Version: 5.70.0 Qt Version: 5.14.1
Deleting icon cache with rm ~/.cache/icon-cache.kcache does not fix this bug.
The used icon is user-home, which is available in places/16 and places/22. These 4 files look ok to me; as expected, because it is visible after mouseover. So I conclude the problem is in Dolphin itself. Conspiration theory: Or it’s a problem in the QIconEngine of the Breeze style (if it has one). This is the first QToolButton without menu I have seen so far. Maybe it requests an “active” icon as first icon, and the QIconEngine is not fully initialized until the first icon was generated.
Other apps are affectted. Watch the attached screen recordings showing Kate, Konsole, Gwenview and System Settings please.
Created attachment 127685 [details] Kate
Created attachment 127686 [details] Konsole
Created attachment 127687 [details] Gwenview
Created attachment 127688 [details] System Settings
Can you check if this persists with another widget theme (fusion, oxygen), to see if this is breeze specific. There have been some recent changes inside breeze about icon coloring via kiconloader ....
Fusion and oxygen styles are not affected.
addind David in CC Can you have a look ? Possibly git-bisect ?
Hi, does this happen with this commit https://phabricator.kde.org/R31:66d0b0b4e3e1adc389dbd4ce1976d81860d1880d ? This fixed a similiar bug in the "you have unsaved changes dialog" in kolourpaint and kwrite?
(In reply to David Redondo from comment #11) > Hi, does this happen with this commit > https://phabricator.kde.org/R31:66d0b0b4e3e1adc389dbd4ce1976d81860d1880d ? > This fixed a similiar bug in the "you have unsaved changes dialog" in > kolourpaint and kwrite? the patch from your link fixes the bug.