[KEXI] [Bug 446731] Kexi depends on breeze-icons.rcc, but shouldn't

Wolfgang Bauer bugzilla_noreply at kde.org
Thu Dec 9 17:21:11 GMT 2021


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

--- Comment #14 from Wolfgang Bauer <wbauer at tmo.at> ---
(In reply to Fabian Vogt from comment #12)
> (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.

If I understand that correctly, kexi should already use the breeze icon theme
(when installed), even if the user selected a different one (or uses a
different desktop than Plasma).

So then IMHO it should be sufficient to just remove the check for the .rcc, on
Linux at least (or, as suggested, if some cmake option is enabled/disabled).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kexi-bugs mailing list