5

I have installed Ubuntu 14.04. It worked for approx. 2 days. But today when I turned it on launcher & Menu bar was absent & ctrl+alt+t was also not working. I tried "sudo service lightdm restart" it didn't worked. Please help me.. and launcher is present in guest session but not in Admin login..

  • 2
    Have a look at this thread http://askubuntu.com/questions/17381/unity-doesnt-load-no-launcher-no-dash-appears. – BDRSuite Aug 05 '15 at 13:25

3 Answers3

5

If above command doesnot work try this(it saved me a week ago): `Ctrl+Alt+F1´

sudo service lightdm stop rm ~/.config/dconf/user sudo service lightdm start

Further look here: 14.04 LTS No Dash / Launcher after update through Software Updater

JharPaat
  • 163
2

I have tried many different things, but below solution worked for me:

  • Go to your folder: usr/bin and click "gnome-terminal".
  • When terminal opens write "ccsm"
  • This will open unity screen.
  • Select "unity plugin" and then tick "enable unity plugin" option.
  • That will bring back your dashboard.
Jakuje
  • 6,605
  • 7
  • 30
  • 37
zizek
  • 21
1

Enter the following commands:-

Ctrl+Alt+F1

login there by user name and password, type

sudo service lightdm restart

If lightdm fails to get back at normal :- Enter:- sudo apt-get update

sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
Prashant Chikhalkar
  • 2,411
  • 2
  • 18
  • 25