0

I've uninstalled Python3 and now my Side and Menu Bars are not displaying. I'm running Ubuntu 14.04 LTS. I can still see my other icons on the desktop. I've tried to launch Terminal( Alt+Cntrl+T) - not working. I've already tried installing Ununtu-Desktop and ran an Update too. Didn't help me at all. Can any one help?

Thanks guys!

2 Answers2

0

Try this:

dconf reset -f /org/compiz/

then

setsid unity

It worked for me. Refer this link for more details.

Ashu
  • 4,004
0

I've faced the same problem and solved it by reinstalling desktop.

If Alt+Ctrl+t does not open the terminal, press Alt+Ctrl+F4 and login to your user account.

Firstly, reinstall Python3:

sudo apt-get install python3

Now uninstall Ubuntu desktop:

sudo apt-get remove ubuntu-desktop

Finally reinstall your desktop:

sudo apt-get install ubuntu-desktop
George Udosen
  • 37,534
Arafat
  • 11