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?
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?
gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:'
. – pomsky May 14 '18 at 11:51export 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