Can I put the title bar buttons in Unity on the right side somehow, or is that impossible?
-
You can move buttons of the unmaximized Windows to the right side with command gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close' But Window buttons in panel for maximized windows don't respect org.gnome.desktop.wm.preferences like normal windows do :( See bug 1072755 for more info. – Mantas Baltix Jun 06 '13 at 07:02
-
1It's impossible right now. Our only chance is to vote on this bug. – Dan Dascalescu Sep 09 '16 at 23:17
6 Answers
You do this using gsettings:
gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'
or gconf-editor which has more complicated instructions listed at:
http://handytutorial.com/move-window-buttons-to-right-in-ubuntu-12-10-12-04/

- 164
-
-
1Didn't do anything in 16.04. Do I need to log back in or something? – Dan Dascalescu Sep 09 '16 at 22:48
FWIW, hopefully this will save someone else who is googling this issue the time.. Ubuntu Tweak nor gconf-editor will fix this problem. Seems to be a known issue with Unity. Seems there is no solution in the works either.
Closest thing I saw to a somewhat resolution. Seems to be pawned off on Unity:
impossible as of now, and most likely it will stay impossible, unless someone wants to write a nasty hack.

- 1,005
-
2Not anymore: see http://handytutorial.com/move-window-buttons-to-right-in-ubuntu-12-10-12-04/ – sligocki Feb 04 '13 at 21:22
Ubuntu Tweak can do that for you in the Windows Management Settings. You can get it at http://ubuntu-tweak.com

- 3,503
-
partially true, if using metacity then YES if using emerald then NO , you have to set it from the emerald manager – Uri Herrera May 21 '11 at 04:00
-
Ubuntu Tweak 0.0.7 no longer has an option to change the location of the window controls. It's also no longer maintained. – Dan Dascalescu Sep 09 '16 at 23:03
Moving min/max/close buttons back to right hand side for full screen windows
Look the last post. I could help you...