Saturday, June 5, 2010

Ubuntu Lucid close/maximize/minimize buttons

Do you hate that ubuntu lucid put close/maximize/minimize on left side of menu bar and swapped the buttons? well, you are not the first one.
Checkout Here if you want it in previous cozy position.
To make it short, you need to run


gconftool-2 --type string --set /apps/metacity/general/button_layout "menu:minimize,maximize,close"


If by any chance, after running this, your close button is missing, again you are not the first one. Then try


gconftool-2 --type string --set /apps/metacity/general/button_layout "menu:minimize,maximize,close,close"

No comments:

Post a Comment