* Nemo version - 5.2.4
* Issue is with - Windowed nemo
* Distribution - Void Linux
* Graphics hardware *and* driver used - AMD RX 580 with amdgpu kernel driver
* 64 bit
Issue
Changing the Sort folders before files preference doesn't change the GTK /org/gtk/settings/file-chooser/sort-directories-first dconf entry value for e.g. save/open file dialogs.
Steps to reproduce
- Check
dconf read /org/gtk/settings/file-chooser/sort-directories-first
- Open nemo
- Change
Edit > Preferences > Sort folders before files
- Check
dconf read /org/gtk/settings/file-chooser/sort-directories-first and observe it hasn't changed
- Trying to open/save files from other applications don't respect the value of the
Sort folders before files preference chosen in nemo
Expected behaviour
Changing Sort folders before files preference also affects the system-wide GTK open/save dialogs.
Nautilus already links it's "sort folders before files" preference to this dconf/gsettings value and I think it would simply make sense to do the same here.
Other information
Fwiw the state of the GTK sort-directories-first boolean can also be get/set via gsettings, e.g. gsettings get org.gtk.Settings.FileChooser sort-directories-first