15 Mar
2009
15 Mar
'09
3:06 a.m.
On Sat, 2009-03-14 at 13:57 -0700, Krzysztof KosiĆski wrote:
The fallback order is:
- The user's chosen theme. The theme author should provide icons for
us here. This location is already in gtk_icon_theme_get_default(), and we mustn't touch it. 2. The system's fallback theme (hicolor). Same as above, it's already added to the search path by GTK. 3. Our icons from /usr/share/inkscape/icons. We use them if no one provided icons for us. This we must add using gtk_icon_theme_append_search_path(), to put it at the end.
#1 is not always in the path (hence the mention in the spec). Or rather we need to do a 1.5 for the custom thing.