Move Chrome buttons to Right Side on Ubuntu 12.10 Quantal

By Umair Saturday, November 24, 2012




If you install Google chrome under Ubuntu 12.10 Quantal, It will show Minimize, Maximize, Close buttons on the left side. This annoys to many people So now you can move your minimize, maximize, close buttons on the right side of chrome.
chrome

Enter this command in terminal, to move buttons to the right side:
gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"
If you want to get changes back, Enter following commands in Terminal:
gconftool-2 --set /apps/metacity/general/button_layout --type string "minimize,maximize,close:"



Umair

Bio: There is a lot information about Linux Geeks on the Internet.

1 comment to ''Move Chrome buttons to Right Side on Ubuntu 12.10 Quantal"

ADD COMMENT
  1. Finally, found your article and got my minimize button back. Thank you.

    ReplyDelete