Comment 4 for bug 1205562

Revision history for this message
desrt (desrt) wrote :

Gtk bug. Gtk puts loadable icons ahead of pixbufs in its icon loading code, and now that GdkPixbuf is a gloadable icon, it'll take the slow path. The order of the cases in gtkicontheme.c:gtk_icon_theme_lookup_by_gicon_for_scale() needs to be changed.