https://bugs.kde.org/show_bug.cgi?id=478493
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |6.7 Latest Commit| |https://invent.kde.org/fram | |eworks/breeze-icons/-/commi | |t/ffa1c091bba0fb72afc107824 | |970512a5c3bdfc0 --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit ffa1c091bba0fb72afc107824970512a5c3bdfc0 by Nate Graham, on behalf of Martin Frueh. Committed on 30/09/2024 at 14:19. Pushed by ngraham into branch 'master'. Delete 32px colorful folder action icon symlink This causes the default folder icon to look different at large sizes compared to e.g. folder-download. What's happening is that the 32px-version of the default folder icon is always used and scaled to larger sizes. This happens because there is a link in the `actions` folder to the 32px folder icon (and only for 32px!): `actions/32/folder.svg` links to `../../places/32/folder.svg` This is unnecessary, and deleting the symlink fixes the problem. FIXED-IN: 6.7 D +0 -1 icons/actions/32/folder.svg https://invent.kde.org/frameworks/breeze-icons/-/commit/ffa1c091bba0fb72afc107824970512a5c3bdfc0 -- You are receiving this mail because: You are watching all bug changes.