On Thursday 17 Jan 2002 06:10, Borsenkow Andrej wrote:
> > > It still hangs after the latest kdelibs update
> >
> > Do you use both KDE 2 and KDE 3 with the same .kde/ ? If yes, it is a
> > know bug. You should use a different directory for each KDE version.
>
> At
>
> > present time, KDE 2 still use .kde/ and KDE 3 now use .kde3/
>
> I fully removed ~/.kde after I accidentally started KDE3 without
> KDEHOME. Then I started KDE2. kicker hung after 5 minutes :( May be it
> is still some weird interaction between KDE2/KDE3. May it be that some
> files (in /tmp?) are shared between them?
>
> -andrej
If that is the case, then perhaps adding this to startkde (for both KDE2
and KDE3) will help:
# Clean up behind any prior session ( advised by Andreas Pour )
MYNAME="`id -un`"
MYDISPLAY="`echo "$DISPLAY" | sed -e 's@:@@;s@\..*@@'`"
for file in /tmp/konqueror* /tmp/kfm_*_$MYDISPLAY /tmp/kio*_$MYDISPLAY \
/tmp/klauncher* "/tmp/kfm-cache-`id -u`" "/tmp/ksocket-$MYNAME" \
"/tmp/mcop-$MYNAME" "/tmp/kde-$MYNAME" "/tmp/orbit-$MYNAME" ; do
if test -e "$file" -a -O "$file" ; then
rm -rf "$file"
fi
done
--
Peter Ruskin, Wrexham, Wales. AMD Athlon XP 1600+, 512MB RAM.
Registered Linux User 219434 ( see http://counter.li.org/ ).
Mandrake Linux release 8.1 (Vitamin) for i586
Kernel 2.4.8-34.1mdk-win4lin, XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2. Qt: 2.3.2. Up 1 day 4 hours 4 minutes.
-------------------------------------------------------------------