Created attachment 164154 [details] screenshot SUMMARY See attachment. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.90.0 KDE Frameworks Version: 5.246.0 Qt Version: 6.6.1 Kernel Version: 6.6.6-arch1-1 (64-bit) Graphics Platform: offscreen Processors: 12 × AMD Ryzen 5 5600H with Radeon Graphics Memory: 13.5 GiB of RAM Graphics Processor: AMD Radeon Graphics
Created attachment 164167 [details] different icons
Thanks for your report! Yes, icons are different. Tested on the latest KDE neon unstable edition.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/406
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