Stephan Kulow wrote: > > Kurt Granroth wrote: > > > > So I could have $HOME/.kde-hi and $HOME/.kde-lo and two setup scripts > > > > #!/bin/sh > > KDELOCALDIR=$HOME/.kde-hi startkde > > > > Does this sound reasonable? > > Actually some user sent me a patch to change all $HOME/.kde to > kdelocaldir() to > make it customizable for him. But make sure that all applications are > consistent > here. Yes. Unfortunately there are quite a few occurences of .kde left. I try to eliminate them each time I encounter one. Hint for new KDE developers: Take a look at kapp.h and make use of the offered methods instead of assembling paths on your own. Btw: I often saw the need for ~/.kde/share/apps/k*. Should we offer a function for that ? Harri.