I removed gnome and gconf2 unknowingly and I am unable to login into Ubuntu.Please help me.
Asked
Active
Viewed 34 times
-1
-
Can you switch to tty1 - ctrl-alt-f1? – mikewhatever May 28 '16 at 08:45
-
Yes i switched to it – manoj kaja sai May 28 '16 at 09:00
-
I login to my system and did the gnome installation and ubuntu session upgrade but still didn't able to go to desktop – manoj kaja sai May 28 '16 at 09:11
-
Please reply to this query – manoj kaja sai May 28 '16 at 09:47
1 Answers
3
As you can log in on a virtual terminal (reachable with Ctrl+Alt+F1) you can
re-install the Ubuntu desktop including all its necessary dependencies:
sudo apt-get install --reinstall ubuntu-desktop
You should now the be able to restart the display manager
sudo initctl restart lightdm
and switch back to the graphical session with Ctrl+Alt+F7. Alternatively you can reboot Ubuntu.

David Foerster
- 36,264
- 56
- 94
- 147
-
As you're a reputation 1 user: if this answers your question, don't forget to click the grey ☑ under the "0" at the left of this text to accept it, which means "yes, this answer is valid"! – David Foerster May 28 '16 at 13:42