https://bugs.kde.org/show_bug.cgi?id=516019
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |b1a6451bfda78114016955253a8 |750149053dc8c306e21aabc6613 |03acf67b82000 |0854c3839e48f --- Comment #3 from cwo <[email protected]> --- Git commit 750149053dc8c306e21aabc66130854c3839e48f by Christoph Wolk. Committed on 21/02/2026 at 10:07. Pushed by cwo into branch 'Plasma/6.6'. applets/kicker: show custom icon loaded by name Kicker allows accessing custom icons both by name and by providing a path. For custom square icons, display fails because the image fallback wants the Kirigami.Icon to handle it, and the icon wants the fallback to do it. We should use the icon for this, as it handles the icon name lookup and does some icon-specific things. So we set the Icon to visible if the image is not. To properly handle the case of the user switching from a non-square image to a square custom icon, we also adjust the sizing calculation, and re-run it when either Icon or image fallback change visibility. FIXED-IN: 6.6.1 (cherry picked from commit b1a6451bfda78114016955253a803acf67b82000) Co-authored-by: Christoph Wolk <[email protected]> M +5 -3 applets/kicker/CompactRepresentation.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/750149053dc8c306e21aabc66130854c3839e48f -- You are receiving this mail because: You are watching all bug changes.
