I updated Ubuntu 12.10 to 13.04 using Gnome Shell 3.6. After the update, the window buttons from e.g. Google Chrome are displayed on the right side (close, minimize, maximize).
In 12.10, I believe I managed to placed them on the left side with:
gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"
but the whole metacity branch is missing.
How can I achieve the same effect in 13.04? I don't want to use the system title bar and borders.
gsettings set org.gnome.shell.overrides button-layout ":close,minimize,maximize"
? – jokerdino Apr 28 '13 at 13:41