elementary / photos

Photo viewer and organizer designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
105 stars 38 forks source link

Do not use GENERIC_FALLBACK flag with lookup_by_gicon () #657

Closed jeremypw closed 3 years ago

jeremypw commented 3 years ago

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.