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?
For comparison:
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?
For comparison:
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.
xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false
– j123b567
Feb 22 '21 at 10:21
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