From kde-devel Thu Apr 29 11:36:46 1999 From: Waldo Bastian Date: Thu, 29 Apr 1999 11:36:46 +0000 To: kde-devel Subject: Re: Multiple KDE setups X-MARC-Message: https://marc.info/?l=kde-devel&m=92538593211009 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? Yes and no. I think a better way to solve this problem is by introducing "cascaded configuration". Basically we already have this, I just want to take it a step further. What should happen is that we have an environment var like: KDECONFIGDIRS=/opt/kde/:$HOME/.kde:$HOME/.kde-hi What happens then is that if a configuration option needs to be looked up, the last directory is looked up first. When the item is not been defined there, or when it is defined as "DEFAULT", the directory preceding it should be looked up. Although this scheme will work quite good for looking things up, I haven't figured out an easy way to save changes. The problem here is "WHERE" do you save changes in a setting? Discussion appreciated. Cheers, Waldo -- KDE, Making The Future of Computing Available Today http://www.kde.org