mchoccac / snes9x-gtk

Automatically exported from code.google.com/p/snes9x-gtk
0 stars 0 forks source link

Most preferences tabs show "?" icon when using KDE 4 default icon theme. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the KDE 4 Oxygen theme, the Display, Sound, Joypads, Shortcuts,
and Version tabs in the preferences show the "icon not found" icon.

Given that `make install` only installs the Snes9X icon, my assumption is
that you're either referencing icons by their GNOME/Xfce-specific pre-XDG
Icon Spec names or depending on icons specific to certain GNOME/Xfce themes.

My suggestion is that, if possible, you should pick icons from the
standardized set of names (therefore provided by Oxygen, Tango, GNOME
default, and any other reasonably complete theme) and if not, you should
install them into the hicolor theme explicitly so the fallback system can
find them.

Original issue reported on code.google.com by stephan....@gmail.com on 8 Jun 2009 at 11:11

GoogleCodeExporter commented 9 years ago
I've fixed this for the most part now in SVN. The Joypads icon should have 
shown up
for you, because it is standard and in the Oxygen theme.

Original comment by bear...@gmail.com on 11 Jun 2009 at 10:36