Itai Seggev writes: > OK, so this is the only place in the source where the error message > appears:
> QStringList keys() const > { > QSettings cfg; > KStyleDirs::dirs()->addToSearch( "config", cfg ); > QStringList keys; bool ok; > keys = cfg.readListEntry( "/kthemestyle/themes", &ok); if ( > !ok ) > qWarning( "KThemeStyle cache seems corrupt!\n" ); //Too > bad one can't i18n this :-( > return keys; > } For reference: this code comes from kdelibs/kstyles/kthemestyle/kthemestyle.cpp. > This code is the same in both debian and pristine sources (which I > guess makes sense, given the recompiling the debian sources fixes > the problem). It's not entirely clear to me how this code actually > ever works, but apparently it does. Why wouldn't it work ? > However, I'm no closer to figuring out why I'm getting this > message. Can you send us the output of the command "locate kthemestylerc" and the contents of the file /etc/kde3/kthemestylerc ? Possibly, something strange has happened to that file, or you have a file by that name from some other location. > (Perhaps this is only the result of an upgrade? If I get > the chance, I'll try install the pacakges on a pristine partition > and see what happens). k thanks domi