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.
Enter this command in terminal, to move buttons to the right side:
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:"
Finally, found your article and got my minimize button back. Thank you.
ReplyDelete