Archives For November 30, 1999

reset unity ubuntu 14.04

This quick tutorial is going to show you how to reset unity and compiz if you messed up your Unity desktop in Ubuntu 14.04 Trusty Tahr. All you need to do is run two commands in a terminal window.

Don’t be scared if you’re not comfortable with Linux commands. Just copy the code via Ctrl+C, then paste it into the terminal via Ctrl+Shift+V and finally hit Enter to run.

To get started, press Ctrl+Alt+T to open a terminal window. When it opens, run the below command to reset Unity and Compiz settings:

dconf reset -f /org/compiz/

After that, run the below command to restart Unity:

setsid unity

reset unity

Now your unity desktop and compiz effects should reset to the original status.

To get back the default set of Unity Launcher icons, run below command and then log out and back in.

unity --reset-icons

If you want to restore default icon theme, use Unity Tweak Tool which is available in Ubuntu Software Center.

How to Reset Unity and Compiz in Ubuntu 13.10

Last updated: August 9, 2013

reset unity desktopThis tutorial shows you how to reset your Ubuntu 13.10 Saucy Unity and Compiz to the default settings if you messed up your desktop. All you need to do is run two commands in terminal.

Don’t be scared if you’re not comfortable with terminal commands. Just copy the code via Ctrl+C, then paste into terminal via Ctrl+Shift+V and finally hit Enter to run.

To get started, press Ctrl+Alt+T to open a terminal window. When it opens, run below command to reset Unity and Compiz settings:

dconf reset -f /org/compiz/

After running previous command, you need to run blow command to restart Unity.

setsid unity

reset unity

To get back the default set of Unity Launcher icons, run below command and then log out and back in.

unity --reset-icons

If you want to restore default icon theme, use Unity Tweak Tool which is available in Ubuntu Software Center.