https://bugs.kde.org/show_bug.cgi?id=485748
--- Comment #2 from Tuomas Nurmi <tuo...@norsumanageri.org> --- OK, inspected a bit more: The icon that does not follow theme is https://github.com/KDE/breeze-icons/blob/master/icons/apps/48/amarok.svg The icon for other sizes is https://github.com/KDE/breeze-icons/blob/master/icons/apps/32/amarok-symbolic.svg which does follow the theme. Changing KStatusNotifierItem::setIconByName( "amarok" ); to KStatusNotifierItem::setIconByName( "amarok-symbolic" ); fixes this, but I don't think is the right way to go, as according to https://develop.kde.org/docs/plasma/theme/theme-tray-icons/ the systray icon Amarok should be using is "amarok". I had a quick look at recent changes in some relevant KF components, at least commit https://github.com/KDE/kiconthemes/commit/2d22b9d8798f1ba2642aa3b982a65c9865fbf52d might be related to changed behaviour (didn't assess yet whether actually is the case), another potential place for changes causing this might be https://github.com/KDE/plasma-workspace/commits/master/applets/systemtray/statusnotifieritemsource.cpp -- You are receiving this mail because: You are watching all bug changes.