19 November 2010

Fix Ubuntu window buttons

In ubuntu 10.xx you you might have noticed that the window buttons have gone mac.

So all you need to do to fix this is to enter this command in terminal all your all set
gconftool-2 -t str -s /apps/metacity/general/button_layout "menu:maximize,minimize,close"
Or like windows
gconftool-2 -t str -s /apps/metacity/general/button_layout "menu:minimize,maximize,close"
And thats it, now you have your controls on the right side.

No comments:

Post a Comment