Anything that runs gtk-update-icon-cache will do a full global re-cache, so as long as it is run at least once since you install geany to a live system, it will be fine.

Again, the risk of not running it is that cache lookups think it doesn't exist. So, what constitutes a cache lookup? Well, it is built into gtk, you're not supposed to have to think about it. :) Basically any function Gtk offers for looking up icons for you by name rather than absolute filepath. See e.g. gtk_icon_* or gtk_image_, glade GtkImage stuff...


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/2761/c1046353105@github.com>