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.

  1. Open a terminal window (from Launcher or CTRL+ALT+T)
  2. Type the following
1
2
    sudo apt-get install dconf-tools
    
  1. Reset unity:
1
2
3
4
    dconf reset -f /org/compiz
    setsid unity
    unity --reset-icons