SUMMARY Changing icons theme in settings does not change category icons in Kickoff. This gets changed only when look-and-feel is changed. STEPS TO REPRODUCE 1. Install papirus icon theme 2. Change icon theme 3. Start Kickoff and verify that icons Favorites, Applications, Computer... have not been updated OBSERVED RESULT After changing icon theme, category icons in Kickoff are not updated EXPECTED RESULT After changing icon theme, category icons in Kickoff are used from the newly selected theme. SOFTWARE/OS VERSIONS Linux/KDE Plasma: arch KDE Plasma Version: 5.16 ADDITIONAL INFORMATION Same happens with Kicker
This is intentional right now, but maybe it shouldn't be. Overall I don't really like the fact that Plasma themes have icons in them and I think the icon theme should control everything. Anything else is quite unpredictable and can cause difficulty achieving unified icon styling throughout the system.
Absolutely agree with the points made here. Inconsistency in icon theming is a very annoying thing to deal with.
>and I think the icon theme should control everything That just replaces things with a dozen other bug reports about everyone's system tray looking like a rainbow, so it's not quite so trivial. Kickoff category icons are changable without big refactors. It's just a case of adding ``` usesPlasmaTheme: false ``` if we want it
This comes from Purpose which is in Frameworks, and it was fixed recently!
Oops, wrong bug.
Actually, we have a somewhat longstanding request to do just that for the System Tray too: Bug 373087. Maybe it's something we should *sigh* just make configurable. Personally I don't see the need though. I don't really understand the use case of wanting to use colorful small action items in your apps, but have a totally different set of icons used in Plasma.
This has been fixed for Plasma 6 by using Kirigami.Icon to draw all the icons in Kickoff, which always pulls from the Icon theme, not the Plasma theme.