https://bugs.kde.org/show_bug.cgi?id=446731

--- Comment #12 from Fabian Vogt <fab...@ritter-vogt.de> ---
(In reply to Wolfgang Bauer from comment #8)
> But of course that would also mean that kexi would then use the system's
> icon theme. (via KIconTheme or QIcon, I suppose)
> 
> TBH, I'm not sure how this is currently handled...

Not necessarily, it does:

inline void setupBreezeIconTheme()
{
#ifdef QT_GUI_LIB
    QIcon::setThemeSearchPaths(QStringList() << QStringLiteral(":/icons"));
    QIcon::setThemeName(QStringLiteral("breeze"));
#endif
}

That should put it at the top of the list.

(In reply to Jarosław Staniek from comment #9)
> I've observed ugly fall back to hi color icons on XFCE for example :( So
> depending on fall back will leave us with bug reports like "Apps look ugly,
> how to bring consistent icons back" - something that is of worse to handle
> because solutions would be distro-dependent.

That shouldn't happen. Is this reproducible?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to