I've been messing around with Unity and broke something, how do I "start over"?
|
The simplest way to do this is to hit open a Terminal or hit Alt-F2 and run the command: For 12.04 and older:
|
||||
|
|
For 12.10 and aboveI, along with jokerdino and amithkk have created a python script that cleanly resets Unity for Quantal and above. It is hosted on github at https://github.com/phanimahesh/unity-revamp From GitTo install
To run
From Amith's PPATo install:
To use:
Efforts are being made to get this integrated into Unity. What happens behind the scenes?Simple. We chase each individual setting that Unity uses, and reset them to their default values, and then reload unity to apply changes. Ah yes, we also kill Unity and compiz before we start, since it is known to get tricky if we change settings under compiz's nose. Why is this better compared to using
|
Could you explain why this is better than unity --reset, which is the currently accepted answer? – Flimm Dec 24 '12 at 10:33 |
|||
|
12.10 and above : unity --reset was not implemented in 12.10. Efforts are underway to get it restored in 13.04. Meanwhile, this is the best bet. – Mahesh Jan 1 at 17:31 |
||
|
Update: I could not complete the automated tests in time and hence a patch I made is not included in 13.04. However, unity-tweak-tool in raring (13.04) comes bundled with this script. unity-tweak-tool --reset-unity should cleanly reset unity. – Mahesh Apr 9 at 13:58 |
|
As Kees said, running
Or manually by:
I would recommend running the gsettings command before |
||||
|
|
|
Try to do this:
|
||||
|
|
For Ubuntu 12.10 (Revised, again)OK, here it is. You can use 'dconf reset' as previously outlined and will do exactly what 'unity --reset' used to do.
Then restart:
Apparently it would actually be better to stop compiz before using the 'dconf reset'. Which I'm currently working on. You can also look at the settings you have:
To reset the unity icons you can still use
This information is from a variety of sources, after much googling. |
||||
|
|
|
If you've messed with the indicators and need to reset those see this question: |
|||
|
|
|
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.
|
|||||
|
|
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: |
||||
|
|
For 12.10I use this workaround to reset the unity configuration. But with Unity, it resets all configurations such as the custom wallpaper, themes, icon themes etc.
|
|||
|
|
For 11.10 and laterFrom http://wiki.ubuntuusers.de/Unity/FAQ
|
||||
|


