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?

-- 
unfound icon error 
https://bugs.launchpad.net/bugs/156005
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to