4

For some reason the sidebar and the top bar disappeared on my Ubuntu 14.04. Ctrl+Alt+t does not start a terminal. I tried to remove .config and .cache/compizconfig-1, I tried to restart and reinstall unity, but to no avail.

I have some files on my desktop. If I open them, the corresponding application starts but the menu at the top does not show.

I also tried to use ccsm as suggested here Unity doesn't load, no Launcher, no Dash appears but it did not work.

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83

2 Answers2

5
  1. Open a tty terminal: Ctrl+Alt+F1.

  2. Next, log into your account and run the following commands:

sudo rm -rf ~/.cache/compizconfig-1
sudo rm -rf ~/.compiz
sudo rm -rf ~/.Xauthority
sudo dconf reset -f /org/compiz/
setsid unity
sudo reboot
Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83
Manoj
  • 941
1

You just need to open Settings → Dock → Position on Screen and choose one of them. The icons will reappear.

Eliah Kagan
  • 117,780
  • I don't understand where is Dock in settings application. P.S. I found it, another settings category was selected. You need to go back to all settings, becase it shows last settings you have used not all category settings from scratch. – Nusrat Nuriyev Feb 09 '22 at 18:08