I have enabled root account on Ubuntu 14.10. After that, I logged out and logged in, but there is no desktop and no bars. I tried opening a terminal using keyboard shortcut but nothing is working. I can't see anything on the screen.
How should I restore my Desktop?
sudo chown -Rv your_user:your_user /home/your_user
– Panther Apr 11 '15 at 15:29.xsession-errors
in the user's home directory (in which casesudo
should be unnecessary even if a file like.Xauthority
is root-owned -- but ifsudo
is to be used, it should besudo -H
or-sudo -i
for runninggedit
) or.xsession-errors
inroot
's home directory (in which casesudo -H gedit /root/.xsession-errors
should be used instead)? Muhammad al Jayyosi: Exactly what steps did you use when you enabled the root account? – Eliah Kagan Apr 25 '15 at 20:11