I am using Debian 6 with two desktop (gnome, kde). During Installation i have placed the kde as default desktop. But, now i change the default desktop as gnome. So, May i know to change it?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

I have found the solution by editing the file " default-display-manager " in the path /etc/X11/

#vim /etc/X11/default-display-manager

For Gnome , edit as :

/usr/sbin/gdm

For KDE , edit as below

/usr/lib/kde4/bin/kdm

Once updated the reboot the computer. you can find the updated the display manager.

You can also, do it by executing the below command.

$ sudo dpkg-reconfigure gdm
link|improve this answer
And I'm pretty sure gdm allows you to switch from the login screen. – Rob Jan 19 at 16:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.