10

I was messing around with Compiz Settings Manager and result of that is that I cant see my panel bar, cant use alt+tab or start button. Is there a way to restore default Ubuntu environment? I will be grateful for your help

3 Answers3

14

In terminal, type in sudo apt-get install --reinstall ubuntu-desktop to completely reinstall back to defaults.

To remove all compiz settings type rm -rf ~/.compiz-1 ~/.config/compiz-1 in terminal, then logout and back in.

Delorean
  • 11,563
2

Or you can install "Unity Tweak Tool" and set the default settings. Open a terminal and type:

sudo apt update
sudo apt install unity-tweak-tool
-1

Try the following, open terminal and type:

unity-reset

Alternatively:

setsid unity

But, If you can't get to the terminal cause your start buttons doesn't work you can always (this only works if you have a folder on the desktop) open the folder then go to 'computer>usr>share>applications' look for terminal inside the folder and click to open, then enter either of the above commands in the terminal.

wblm
  • 357