10

I have recently updated Ubuntu to 18.04, and my window control buttons have changed from left to right (in user perspective).

Are there any ways to change it back to the way it was in 16.04 or earlier versions?

Zanna
  • 70,465
  • @pomsky that is for earlier version, i need a permanent solution for 18.04 – Amutheezan May 14 '18 at 11:45
  • 3
    Who said that won't work in 18.04? Have you tried any of the solutions at all? Run this command in Terminal: gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:'. – pomsky May 14 '18 at 11:51
  • 1
    FYI this doesn't work for me on 18.04. Gives an error message which can be fixed by adding export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/ to .bashrc file. After adding the GIO_EXTRA_MODULES location the above command then works correctly. Per this question: https://stackoverflow.com/questions/44934641/glib-gio-message-using-the-memory-gsettings-backend-your-settings-will-not-b – Reilstein Dec 07 '18 at 23:11

1 Answers1

17

You can use GNOME Tweak Tool.

Install it by running

sudo apt install gnome-tweak-tool

in the terminal. Or search for it in Ubuntu Software by typing gnome tweaks.

Go to Windows and look under Titlebar Buttons

screenshot of GNOME Tweak Tool Windows menu

Zanna
  • 70,465
Mido
  • 413