[Interest] Fallback (hicolor) theme in resource (.qrc) on Mac not working

Elvis Stansvik elvstone at gmail.com
Fri Jun 2 11:40:50 CEST 2017


2017-06-01 16:44 GMT+02:00 Elvis Stansvik <elvstone at gmail.com>:
> On Mac and Windows, I'm bundling parts of the Breeze icon theme in the
> application resources.
>
> E.g. I have resources like
>
> :/icons/breeze/actions/24/document-open.svg
> :/icons/breeze/actions/24/help-about.svg
> :/icons/breeze/actions/24/document-close.svg
> ...
> :/icons/breeze/index.theme
>
> and I'm calling QIcon::setThemeName("breeze") on Windows/Mac. This was
> working fine.
>
> I kept application specific icons directly in :/icons. For example:
>
> :/icons/myapp-some-action.svg
> :/icons/myapp-some-other-action.svg
> ...
>
> Recently though, I went ahead and moved my application-specific icons
> into the hicolor theme, e.g:
>
> :/icons/hicolor/myapp-some-action.svg
> :/icons/hicolor/myapp-some-other-action.svg
> ...
> :/icons/hicolor/index.theme
>
> And started referring to them by their theme name instead. E.g.
> "myapp-some-action" instead of using the QRC file paths.
>
> I expected this would work, since hicolor is the fallback theme
> (according to Freedesktop Icon Specification).
>
> It works on Linux. It's not working on Mac though :/ The embedded
> Breeze icon theme works fine, but it seems it's not falling back to my
> embedded hicolor theme, so my application specific icons are not
> shown. I haven't tested on Windows yet.
>
> Anyone using a setup like this on Windows/Mac? Where you bundle both
>
>  1. some general theme (e.g. Breeze), and
>  2. a hicolor fallback theme with your application icons
>
> both inside the application resources (.qrc).
>
> Thanks in advance for any help.

...and in typical style, as I was working on making a minimal test
case, I figured out the problem.

I had forgot to add the index.theme for my hicolor theme to the .qrc.

Sorry for the noise.

Elvis

>
> Elvis



More information about the Interest mailing list