Comment 1 for bug 156005

Revision history for this message
Tim Waugh (twaugh) wrote : Re: unfound icon error

Yes, it requires /usr/share/icons/gnome/22x22/status/{info,important,error}.png.

This code has changed since the package you are using was built. It now uses icon themes. Please try this:

python -c 'import gtk;t=gtk.icon_theme_get_default();t.load_icon("info",22,0)'
python -c 'import gtk;t=gtk.icon_theme_get_default();t.load_icon("important",22,0)'
python -c 'import gtk;t=gtk.icon_theme_get_default();t.load_icon("error",22,0)'

Do you get any errors?