Prevents gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0) errors in terminal. Presumably we do not need to worry about providing a fallback on elementary? The sidebar icons are all present.
Also uses lookup_by_gicon_for_scale () as recommended.
Prevents
gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
errors in terminal. Presumably we do not need to worry about providing a fallback on elementary? The sidebar icons are all present.Also uses
lookup_by_gicon_for_scale ()
as recommended.