Tuesday, May 11, 2010

Title Bar Button Side Switching in Ubuntu 10.04

SkyHi @ Tuesday, May 11, 2010

A ton of users are dissatisfied with the decision to change the buttons on the title bar, however, it’s incredibly easy to change back and forth between the old (Karmic) look, and the new (Lucid Alpha) look. You do not have to be on Lucid to test out the new look. These commands work fine on Karmic and (probably) older.



First, open up a terminal.


If you want your Title Bar icons to look like they do in Karmic (RIGHT side), copy and paste the following code into the Terminal and press Enter


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


If you want your Title Bar icons to look like they do in Lucid Alpha (LEFT  side), copy and paste the following code into the Terminal and press Enter:


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


Method 2


To change the buttons layout from left side of the window to  the rightside , hit the  alt-F2 keys then type gconf-editor, then apps > metacity  > general > button layout > menu:minimize,maximize,close


REFERENCE

http://www.ubuntugeek.com/quick-and-easy-title-bar-button-side-switching-in-ubuntu-10-04-lucid9-10-karmic.html#more-4360