@b4n commented on this pull request.
In workbench/icons/Makefile.am:
> @@ -0,0 +1,20 @@ +icondir = $(datadir)/icons/hicolor/16x16/apps
Yeah, or use a single Makefile and the nobase_
prefix, like:
iconsdir = $(datadir)/icons/hicolor
nobase_dist_icons_DATA = \
16x16/apps/workbench-project.png \
32x32/apps/workbench-project.png \
scalable/apps/workbench-project.svg \
…
And of course have the different size in the corresponding folders.
not sure what the
dist_
adds here since the stuff in_DATA
should be distributed anyway
No, _DATA
is not distributed by default, I guess because it's often generated out of templates and the like.
How are the icons selected by the application?
They are installed as part of the icon theme so referencing them by name can automatically load them at the most appropriate size.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.