genesis-devs team mailing list archive
-
genesis-devs team
-
Mailing list archive
-
Message #00016
New icons
Hi!
I just checked in new icons for Humanity-Dark and a separate icon for
the notification bubbles. I just have a problem with the Humanity-Dark
icon theme: the icons seem to get installed into the right location, but
they aren’t used when Humanity-Dark is the active icon theme.
This can be checked easily in a python session. So after selecting
Humanity-Dark as the icon theme, just do this:
import gtk
t = gtk.icon_theme_get_default()
i = t.lookup_icon('genesis-idle', 22, 0)
i.get_filename()
I always get back the Humanity icon, not the one from Humanity-Dark,
although it should be in place.
Any ideas what I’m doing wrong?
Cheers,
Frederik
Follow ups