https://bugs.kde.org/show_bug.cgi?id=500102
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/78ca2a2a1a52d20ccc9864415 |t/5bea2e5895adda2617b0fa064 |6bc5b8067e45b68 |9b177cc20931108 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 5bea2e5895adda2617b0fa0649b177cc20931108 by Nate Graham. Committed on 19/02/2025 at 20:07. Pushed by ngraham into branch 'Plasma/6.3'. applets/systemtray: Don't unnecessarily append -symbolic to icon names 41d8bb43f6697b2cd5d3fd57790b9c35d69b11a8 removed a check that the icon name ends with "-symbolic" in favor of a function call to `iconLoader()->hasIcon(iconName + -symbolic)`. However this introduced a subtle bug: it will return true for icons that don't exist, if such icons have an acceptable fallback that does exist. This is not the behavior we want; we only want it to check the icon theme to see if a symbolic version of the icon name exists if we know it does not already end with -symbolic. FIXED-IN: 6.3.2 (cherry picked from commit 78ca2a2a1a52d20ccc98644156bc5b8067e45b68) 046230ef applets/systemtray: Don't unnecessarily append -symbolic to icon names Co-authored-by: Nate Graham <n...@kde.org> M +2 -1 applets/systemtray/statusnotifieritemsource.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/5bea2e5895adda2617b0fa0649b177cc20931108 -- You are receiving this mail because: You are watching all bug changes.