What's new

Tutorial How to reset unity configuration using unity-tweak-tool

Status
Not open for further replies.

Draft

Administrator
Administrator
Joined
Jan 23, 2011
Posts
16,287
Solutions
104
Reaction
64,694
Points
10,619
Just run this command on Terminal:
Code:
sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
setsid unity
unity --reset-icons
or
Code:
unity-tweak-tool --reset-unity
upload_2014-9-2_1-36-23.png

unity-tweak-tool --reset-unity

WARNING: You are about to reset Unity to its default configuration.
This will result in loss of configuration.
It is normal for your desktop to flicker during the process.
Type yes to continue, anything else to exit.

Do you wish to continue?yes
After doing so, log out and log back in again. You should hopefully have a Unity profile that was reset.
 

Attachments

Status
Not open for further replies.
Back
Top