https://bugs.kde.org/show_bug.cgi?id=488307
--- Comment #4 from Nicolas Fella <[email protected]> --- Okay, I see where the change comes from. It's the inversion of the if (QIcon::hasThemeIcon(info.pluginId())) { setIcon(QIcon::fromTheme(info.pluginId())); } else if (!m_info.iconName().isEmpty()) { setIcon(QIcon::fromTheme(info.iconName())); } check. Now the Icon= value from the metadata is perferred over the plugin id as icon name -- You are receiving this mail because: You are watching all bug changes.
