8

I was playing around with compizconfig. I don't remember what exactly I clicked. Since then, the close/minimize buttons and the sidebar vanished. I use 12.10 version. Please help me out.

user158374
  • 81
  • 1
  • 1
  • 2

4 Answers4

19

Try (in terminal)

gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close,' 

moving the : to the end (like this gsettings set org.gnome.desktop.wm.preferences button-layout 'minimize,maximize,close:') and then restarting to see if they reappear for you.

Let us know.

Cheers!

Seth
  • 58,122
gravity
  • 1,217
  • 1
  • 12
  • 21
5

Please be aware of the issues you may be faced when running ccsm:

You most likely disabled the windows decoration in the "Effects" section like I did in the example below:

enter image description here

To re-enable them just tick this box and wait until Compiz restored the windows decorations.

In case we had opened the further settings of the Windows Decoration plugin we may need to restore them to defaults shown below:

enter image description here

To remove bad settings we may have made with ccsm we may also try to delete its configuration files in ~/.config/compiz-1 with

mv ~/.config/compiz-1 ~/.config/compiz-1.old
Takkat
  • 142,284
  • Yes. I remember disabling the decoration effect. But, how do I get the Compizconfig window as in the screenshot? Only the terminal works in the empty homescreen. – user158374 May 14 '13 at 14:44
  • I've ticked the option. No effect even after restarting – user158374 May 14 '13 at 15:05
2

Check if you have CompizConfig Settings Manager > Window Decoration enabled and check if CompizConfig Settings Manager > Window Decoration > Command has the default value /usr/bin/compiz-decorator.

Radu Rădeanu
  • 169,590
0

I had the same issue. I had to turn the transparency to more opaque:

enter image description here

kunz
  • 101