I'm developing an application in Python 3 using PySide. I upgraded my system form 12.10 to 13.04 today, and now I no longer have icons in my toolbar. The icons are loaded using QIcon.fromTheme(). Does anybody know why it no longer works? Is there a way to fix this?
Asked
Active
Viewed 280 times
2
Charles Brunet
- 393
QtGui.QIcon.setThemeName()withHumanity,ubuntu-mono-light, orunity-icon-theme. But it doesn't work withgnome(which is what I get when I callQtGui.QIcon.themeName()). However, there is a/usr/share/icons/gnomedirectory withindex.themefile. – Charles Brunet Apr 30 '13 at 14:55