Click to See Complete Forum and Search --> : switch between gnome and kde


blobaugh
01-01-2003, 01:02 AM
How do I switch my desktop environment between gnome and kde?

Mnemonic
01-01-2003, 01:37 AM
How do you currently start KDE? Are you entering via runlevel 5, or are you typing startx in runlevel 3?

scott_R
01-01-2003, 07:10 AM
with debian, you simply edit the /etc/X11/default-display-manager file.

With the other "biased" distros, there's usually a major headache involved. Essentially, however, all you have to do is start either gdm or kdm in whatever runlevel you are booting into.

JockVSJock
01-02-2003, 03:59 PM
Try two things:

1. From a term. session


switchdesk kde


To switch from Gnome to KDE


switchdesk gnome


To switch from KDE to Gnome

2. Or try


echo startkde >~/.xinitrc


To start KDE


echo startgnome >~/.xinitrc


To start Gnome

Either one should work, but the switchdesk is far easier to use