LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Switching back and forth from gnome to kde (https://www.linuxquestions.org/questions/linux-newbie-8/switching-back-and-forth-from-gnome-to-kde-199700/)

boras 06-30-2004 10:05 PM

Switching back and forth from gnome to kde
 
Hi, I have both Gnome and KDE isntalled. My computer boots to gnome by default. How can I go to KDE? And once in KDE how can I go back to gnome?


Another question, I believe gtk+ is 'from' gnome. Can i run gtk+ apps in kde?


Thanks

chii-chan 06-30-2004 10:12 PM

If you boot in GUI interface (run level 5), you should have that login screen. Select your window manager from there. But if you use text login (run level 3), type:

switchdesk kde

to use KDE

and:

switchdesk gnome

to use/go back to gnome.

Demonbane 06-30-2004 10:15 PM

Quote:

Another question, I believe gtk+ is 'from' gnome. Can i run gtk+ apps in kde?
yes you can

darin3200 06-30-2004 10:16 PM

Or if you have a file in your home directory called .xinitrc (if you don't you can just make one) you can add
Code:

#exec kde
#exec gnome-session

and then take out the # to uncomment which ever one you want to use, save the file, and then use the startx command. And gtk apps will run under kde.

boras 06-30-2004 10:26 PM

thank you all for your quick replies :)


All times are GMT -5. The time now is 06:14 PM.