Comment 16 for bug 1285287

Revision history for this message
Mario Kemper (Romario) (mario-kemper) wrote :

I have debugged the code and could isolate the following 'standard' gtk2 call:

my $icontheme = Gtk2::IconTheme->get_default;
my @contexts = sort $icontheme->list_contexts;

Only chance I currently see is to remove the feature (import icons from the current icon theme - I have never used that for example).

Kind regards,
Mario