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 | |ma/plasma-workspace/-/commi | |t/78ca2a2a1a52d20ccc9864415 | |6bc5b8067e45b68 Version Fixed In| |6.3.2 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 78ca2a2a1a52d20ccc98644156bc5b8067e45b68 by Nate Graham. Committed on 19/02/2025 at 19:41. Pushed by ngraham into branch 'master'. 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 M +2 -1 applets/systemtray/statusnotifieritemsource.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/78ca2a2a1a52d20ccc98644156bc5b8067e45b68 -- You are receiving this mail because: You are watching all bug changes.