I would prefer to not have directories sorted before files within the file open/save dialogs. I would like everything sorted by modification date regardless of file or directory.
I have done a fair amount of googleing with trial and error still without a solution.
specifics
- xubuntu 14.04
- no desktop enviornment, gui started via
startx - thunar version 1.6.3
- gtk2 version 2.24.23
- gtk3 version 3.10.8
sort-directories-firstnor do I also don't have dolphin installed. – winchendonsprings Jun 25 '16 at 05:22gsettings list-keys org.gtk.Settings.FileChooserand see if there is something in there mentioning sorting or directories. The key that exists on my system issort-directories-first. If that key is there, then try the command-line version I gave above. If not ... you can also trygsettings list-keys org.gnome.nautilus.preferencesand look for an equivalent key there. – JD Baldwin Jun 27 '16 at 01:30ls... I rarely look at & use "toolbars" -- the option was hidden in plain sight. (Still, it's a stupid UI/usability choice, but it's still better than f'ing nautilus 16.10+, which is completely hozed.) – michael Aug 30 '17 at 23:30dconf write /org/gtk/settings/file-chooser/sort-directories-first true,gsettingsmode did not work for me. – Jiri B Mar 26 '21 at 15:41