Ubuntu – What do I do about the busted GUI

13.10compizunity

I have been trying to dial down Compiz's stranglehold on my memory, and not keeping very good notes. I think all I did was reduce the texture quality in OpenGL, per Roland Taylor's suggestion. But I did something that left my scrollbars looking totally wonky. I tried to undo that by resetting Compiz to its default settings and now I have wonky looking scroll bars, I can't drag windows around, my windows have no decoration and I can't switch between applications except by pointing and clicking.

As it happens I have a terminal open and visible, and this browser window, but that's it. I was reading instructions on How can I reset compiz to the default settings? and unity --reset doesn't work in 13.10 ("ERROR: the reset option is now depricated")

How do I restore compiz's defaults in 13.10?

Best Answer

Try this. To reset Compiz and Unity to defaults. just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
setsid unity
unity --reset-icons

Also you can try this: Run Compiz, and and click on reset to defaults. If that doesn't help, create a new profile, and then click on reset to defaults

enter image description here