Comment 2 for bug 711304

Revision history for this message
Michael Vogt (mvo) wrote :

Mikkel was kind enough to add some test code:
$ python -c 'import gtk; icons = gtk.IconTheme(); icons.append_search_path("/usr/share"); icons.set_custom_theme("app-install"); print icons.load_icon("zhone", 48, 0); gtk.main()'