How to Allow direct root login in KDE4
Though it is not preferable to do , here is the way to do that :
1. Set the root password
sudo passwd root
2. Open the following file using any text editor being root
/usr/lib/kde4/etc/kde4/kdm/kdmrc
3. Find
AllowRootLogin=false
4. Change to
AllowRootLogin=true
5. Save, Reboot, Login as root
This entry was posted on Monday, July 21st, 2008 at 10:46 pm and is filed under gnu/linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


