Set KDE as default in Ubuntu?

Craig White craigwhite at azapple.com
Mon Jan 12 09:49:49 MST 2009


On Sun, 2009-01-11 at 22:12 -0700, Alan Dayley wrote:
> On Sun, Jan 11, 2009 at 9:54 AM, Dazed_75 <lthielster at gmail.com> wrote:
> > And all because you didn't spend the 40 minutes to download a kubuntu
> > .iso and make an install CD.
> >
> >  I laugh WITH you!
> 
> Indeed.  My impatience was blinding me to the better solution.  I used
> what I had in hand at the time.  LOL.
----
I still think that this type of entry in /etc/skel and each existing
user should do the trick...

**** ~/.Xclients-default ****
#! /bin/bash
# Created by Red Hat Desktop Switcher

WM="startkde"
WMPATH="/usr/bin /opt/bin /usr/local/bin /usr/X11R6/bin"

for p in $WMPATH ; do
        [ -x $p/$WM ] && exec $p/$WM
done

exit 1
**** end ****

Craig



More information about the PLUG-discuss mailing list