On 7/15/22 00:42, David C. Rankin wrote:
On 7/14/22 04:20, Jan Ritzerfeld wrote:
Nice, many thanks! However, I just used gsettings because it was already installed here.:) $ gsettings set org.gtk.Settings.FileChooser sort-directories-first true
Gruß Jan
Hah!
I didn't even think of using the old stand-by. Already installed here too. There is always more than one way to skin-the-cat in Linux :)
There is also a bug with the gtk file-chooser if it is used while you have a usb drive mounted and available through /run/media/you by UUID. The side-bar width is expanded to display the UUID and it will not shrink back after the drive is unmounted. Playing with gsettings: Check current width: $ gsettings get org.gtk.Settings.FileChooser sidebar-width 304 Yuk! Fix it: $ gsettings set org.gtk.Settings.FileChooser sidebar-width 180 Back to normal! -- David C. Rankin, J.D.,P.E.