LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Set KDE as default system session (https://www.linuxquestions.org/questions/linux-newbie-8/set-kde-as-default-system-session-418802/)

mikes63737 02-23-2006 01:08 PM

Set KDE as default system session
 
I am running CentOS 4.2 with both Gnome and KDE installed on the same machine. How can I set KDE to be the default session? Right now if I just logged in it would log me into Gnome.

Sorry if this is in the wrong forum.

satinet 02-23-2006 01:46 PM

do u boot into a command line or a graphical log in??

reddazz 02-23-2006 02:04 PM

You can run "switchdesk KDE" as a normal user but this only changes it for that particular user. To change it system wide, edit /etc/sysconfig/desktop and change
Code:

DESKTOP="GNOME"
to
Code:

DESKTOP="KDE"

mikes63737 02-23-2006 05:54 PM

Quote:

Originally Posted by reddazz
You can run "switchdesk KDE" as a normal user but this only changes it for that particular user. To change it system wide, edit /etc/sysconfig/desktop and change
Code:

DESKTOP="GNOME"
to
Code:

DESKTOP="KDE"

Thank you so much!


All times are GMT -5. The time now is 12:03 PM.