[gtk-osx-users] Bundling icon theme problem



Hi,

there seem to have been some changes in the code related to icon bundling. In the past I used to copy the theme under

$PREFIX/share/icons

and use

<icon-theme icons="all">
  Faience
</icon-theme>

inside the bundle. This doesn't work now and I get the following error when running the bundler:

ValueError: The source path Faience must be absolute or use one of the predefined macros ${project}, ${prefix}, ${prefix:*}, ${env:*}, or ${pkg:*:*}

When I change the value inside the <icon-theme> element to

<icon-theme icons="all">
  {$prefix}/share/icons/Faience
</icon-theme>

the bundler runs fine but doesn't copy the theme inside the resulting bundle.

Am I missing something?

Jiri



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]