On Tue, 16 Apr 2002 [EMAIL PROTECTED] wrote:

> My guess is that you are looking for a way to start EITHER gnome OR KDE from
> the text interface.  You can have only one "default" at startup...you can
> change the default when you want, but there is no facility that I know of
> that will launch one or the other depending one the users mood.  I would
> imagine that there is probably a script that one could create that would set
> the desktop preferences and startx in one flavor or the other...but I don't
> know of exactly how to do this.

 Ah!  I wondered what he meant ...

 Make a couple of little scripts in ~/bin, say "gnome" and "kde" ...

        #! /bin/bash
        switchdesk GNOME
        startx "$@"

        #! /bin/bash
        switchdesk KDE
        startx "$@"

> thanks
> 
> carl
> 
> -----Original Message-----
> From: Kjetil Tjensvold [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 16, 2002 12:01 PM
> To: [EMAIL PROTECTED]
> Subject: RE: How to start KDE
> 
> 
> Can I have both as defult. Not only the KDE instead of
> Gnome. I want both. 




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to