How to reset unity in Ubuntu 14.04
For those who struggle with frequent freezes of Unity, this is a short guide on how to reset Unity to default settings in Ubuntu 14.04.
- Open a terminal window (from Launcher or
CTRL+ALT+T
) - Type the following
1
2
sudo apt-get install dconf-tools
- Reset unity:
1
2
3
4
dconf reset -f /org/compiz
setsid unity
unity --reset-icons