I've been messing around with Unity and broke something, how do I "start over"?

link|improve this question

feedback

7 Answers

up vote 48 down vote accepted

The simplest way to do this is to hit open a Terminal or hit Alt-F2 and run the command:

unity --reset
link|improve this answer
feedback

As Kees said, running unity --reset will reset all of the launcher options, but it won't remove your custom favorites. To also remove any launchers you've added to the launcher, run

unity --reset-icons

Or manually by:

gsettings reset com.canonical.Unity.Launcher favorites

I would recommend running the gsettings command before unity --reset, so that you won't have to restart unity for the gsettings key reset to take effect.

link|improve this answer
feedback

Try to do this:

  1. Login into Ubuntu
  2. Open a terminal by hitting CTRL + ALT + T
  3. Insert and run this commands:

    gconftool-2 --recursive-unset /apps/compiz-1

    unity --reset

  4. Restart, this should work.

link|improve this answer
You are awesome!@ – BlackDivine Feb 5 at 15:13
feedback

Install ubuntu tweak. The beauty of ubuntu tweak is that you can save desktop and application settings and restore after you messed something up. It also has a function to go back to original settings.

enter image description here

link|improve this answer
1  
Ubuntu Tweak, AFAIK, does not work with Ubuntu 11.10 yet. Also, I think this answer needs more detail on which specific settings need to be changed. – WarriorIng64 Oct 20 '11 at 15:38
feedback

If you've messed with the indicators and need to reset those see this question:

link|improve this answer
feedback

Sometimes people accidentally turn off the Unity plugin or setting an unsupported option in CCSM can cause it to break.

You can turn it back on by following these directions:

link|improve this answer
feedback

For 11.10 and later

From http://wiki.ubuntuusers.de/Unity/FAQ

cd ~; rm -rf .gnome .gnome2 .gconf .gconfd .metacity .compiz-1 .config/compiz-1 .config/dconf
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.