[KEXI] [Bug 446731] Kexi depends on breeze-icons.rcc, but shouldn't
Fabian Vogt
bugzilla_noreply at kde.org
Thu Dec 9 17:02:15 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=446731
--- Comment #12 from Fabian Vogt <fabian at 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 the assignee for the bug.
More information about the Kexi-bugs
mailing list