Re: Set KDE as default in Ubuntu?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: Main PLUG discussion list
Subject: Re: Set KDE as default in Ubuntu?
On Sun, 2009-01-11 at 22:12 -0700, Alan Dayley wrote:
> On Sun, Jan 11, 2009 at 9:54 AM, Dazed_75 <> 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

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss