I had been using gtk themes with Enlightenment 1.6.6 on rh9 using the
~/.gtkrc-2.0 file which contained the following:
include "/usr/share/themes/Industrial/gtk-2.0/gtkrc"
Some programs are still using this PART of the theme
Use strace, it may help you figure out why. [gordon@herald:~]$ strace -eopen gedit 2>&1 | grep gtkrc open("/etc/gtk-2.0/gtkrc", O_RDONLY) = 18 open("/home/gordon/.themes/Wonderland/gtk-2.0/gtkrc", O_RDONLY) = 18 open("/usr/share/themes/Default/gtk-2.0-key/gtkrc", O_RDONLY) = 18
I also see a reference to my GTK theme in gconf: .gconf/desktop/gnome/interface/%gconf.xml:<stringvalue>Wonderland</stringvalue>
Remove references to your old theme, then recompile it (if it has an engine), reinstall it, and use the Theme preferences program to select it again.