On Wed, Jun 20, 2001 at 10:58:12AM -0600, Ivan E. Moore II wrote: > On Wed, Jun 20, 2001 at 02:33:30PM +0200, Achim Bohnet wrote: > > Hi, > > > > /etc/kderc is used by _all_ KDE builds (as long as one does not hack the > > cpp source code). This breaks kio_help from KDE CVS (see kio_help thread > > on kde-devel http://lists.kde.org/?t=99298269700001&w=2&r=1 ). > > Fortunately what can be done with /etc/kderc > > can also be done with system.kdegloablas > > (kdelibs/kdecore/kconfigbackend.cpp) > > > > So for upcoming KDE 2.2 (and later KDE 2.1?) pkgs , I would like to suggest > > something like (modulo typos :) > > > > if [ -L /etc/kderc ]; then > > rm -f /etc/kderc > > else > > rm -f /etc/kde2/system.kdeglobals > > mv /etc/kdmrc /etc/kde2/system.kdeglobals > > fi > > ln -s /etc/kde2 /usr/share/config > > > this is already being done.
ack..I'm on crack... I need more sleep. no I'm not going to touch /usr/share/config. the current setup in CVS works for me on a couple different machines. Ivan -- ---------------- Ivan E. Moore II [EMAIL PROTECTED] http://snowcrash.tdyc.com GPG KeyID=90BCE0DD GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD

