Can't use kdm instead of gdm
I'm trying to use kdm instead of gdm.
I've created /etc/sysconfig/desktop
, and added these lines:
#!/bin/bash
DESKTOP="KDE"
DISPLAYMANAGER="KDE"
And restarted. But still, gdm is set as default display manager. This is the file permissions :
-rw-r--r--. 1 root root 47 Jun 20 22:15 /etc/sysconfig/desktop
Any help would be appreciated, thanks.
@skytux But is doing this using
/etc/sysconfig/desktop
is discarded now or what ? I really want to understand the reason why this didn't work.You are right. Switching display managers is no longer done by editing the file
/etc/sysconfig/desktop
. (http://docs.fedoraproject.org/en-US/Fedora/18/html/Release_Notes/sect-Release_Notes-Changes_for_Desktop.html)@skytux Very helpful. Thanks a lot.
@Rafael Adel You are very welcome! :)