https://bugs.kde.org/show_bug.cgi?id=478471
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@kde.org Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #4 from Nate Graham <n...@kde.org> --- Yes, this is caused by the fact that `drive-removable-media` is symbolic at the 22px size, which is the size shown in System Settings' sidebar. We already do have `drive-removable-media-symbolic` which is correctly symbolic at all sizes. So the issue really is that `drive-removable-media` isn't colorful at all sizes. This is fixable. Unfortunately we're not very far into the transition to the explicit "-symbolic" naming convention in client code , so I worry that if we do this, it will cause the icon which is currently correctly symbolic to turn colorful in all sorts of places. Let me do a search and see how many places in KDE code would need to be changed. Another possible fix is to make System Settings' sidebar list items taller and use the 32px icon size, which would force them all to be colorful if there are colorful versions. Yet another option is to say that 22px is a size that's really too small for colorful icons to make sense, and go in the other direction of appending `-symbolic` to the icons requested in the sidebar, making them all symbolic (assuming we have such icons). -- You are receiving this mail because: You are watching all bug changes.