19

I recently upgraded to 18.04 and something that annoys me slightly is that the "Cancel" and "Open"/"Select" buttons are on the top bar now. Is there any way I can move them to the bottom, like in Unity?

enter image description here

For comparison:

enter image description here

qwr
  • 2,969

2 Answers2

20

This solution worked for me. Enter this line in the terminal.

gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/DialogsUseHeader':<0>}"

And buttons are back on the bottom of the dialog.

Nemo7
  • 216
0

Just recently ran into this on a fresh install of Xubuntu 22.04.1 and found this solution: Open "XFCE Settings" > "Xfconf Settings Editor" > "xsettings" and click the "+ Add" button. In the dialog enter "/Gtk/DialogsUseHeader" as a boolean and set it to false. Looks to be the same as others but in GUI form. Hope this helps. Credit for the solution here: https://hardforum.com/threads/move-dialog-buttons-in-nautilus-back-to-the-bottom-of-the-dialog.2006565/post-1044911008

0.zer0
  • 1