Enable Root Desktop on Ubuntu 13.04
By Default root login is disable on Ubuntu 13.04 . Flow few small steps
to Enable root login on Ubuntu 13.04 .
Open the terminal set the "ROOT" Password . Type the command
# sudo passwd root
Than Login to the root in terminal . Type the command
# su root ( Enter the password of root )
Than Run command on terminal
# echo 'greeter-show-manual-login=true' >> /etc/lightdm/lightdm.conf
Than Restart the Your PC . Run command
# init 6
After restart your PC , you can login through root user .
Enjoy