15.4 - install dconf-editor to fix gtk3 file-chooser not sorting dirs first
All, One annoying wrinkle with gtk apps in 15.4 is the default file-chooser does not sort directories first leaving an alphabetical sorting with directories and files jumbled together. There is a fix (regardless of the desktop you use), install dconf-editor and then set: org->gtk->settings->file-chooser sort-directories-first True Now things look normal in the gtk file-chooser. -- David C. Rankin, J.D.,P.E.
Le 11/07/2022 à 22:49, David C. Rankin a écrit :
Now things look normal in the gtk file-chooser.
never did :-( jdd -- http://dodin.org http://valeriedodin.com
Am Montag, 11. Juli 2022, 22:49:12 CEST schrieb David C. Rankin:
[...] One annoying wrinkle with gtk apps in 15.4 is the default file-chooser does not sort directories first leaving an alphabetical sorting with directories and files jumbled together.
Yeah, I hate this file chooser. Especially that sorting.
There is a fix (regardless of the desktop you use), install dconf-editor and then set: [...]
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 -- A conservative is a worshipper of dead radicals.
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 :) -- David C. Rankin, J.D.,P.E.
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.
Am Freitag, 15. Juli 2022, 07:42:25 CEST schrieb David C. Rankin:
There is always more than one way to skin-the-cat in Linux :)
wouldn't that be "pluck the penguin"? XD Cheers MH -- Mathias Homann Mathias.Homann@openSUSE.org OBS: lemmy04 Jabber (XMPP): lemmy@tuxonline.tech Matrix: @mathias:eregion.de IRC: [Lemmy] on liberachat and ircnet (bouncer active) keybase: https://keybase.io/lemmy gpg key fingerprint: 8029 2240 F4DD 7776 E7D2 C042 6B8E 029E 13F2 C102
On 15.07.2022 08: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.
You got it backwards. gsettings is current glib interface, dconf is one of possible supported backends. Before dconf there was GConf, so you may confuse it with gsettings. There are other backends besides dconf, and gsettings will work transparently for any of them.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 El 2022-07-14 a las 11:20 +0200, Jan Ritzerfeld escribió:
Am Montag, 11. Juli 2022, 22:49:12 CEST schrieb David C. Rankin:
[...] One annoying wrinkle with gtk apps in 15.4 is the default file-chooser does not sort directories first leaving an alphabetical sorting with directories and files jumbled together.
Yeah, I hate this file chooser. Especially that sorting.
There is a fix (regardless of the desktop you use), install dconf-editor and then set: [...]
Nice, many thanks! However, I just used gsettings because it was already installed here. :) $ gsettings set org.gtk.Settings.FileChooser sort-directories-first true
Thank you both! :-) - -- Cheers Carlos E. R. (from openSUSE 15.3 (Legolas)) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCYtED+xwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVkGAAn1EH4Dp2DuIRjk6Xem10 cML3I+E7AJ95KvsqpCnMx8eawxla7kAUpadpAA== =7Jxk -----END PGP SIGNATURE-----
participants (6)
-
Andrei Borzenkov
-
Carlos E. R.
-
David C. Rankin
-
Jan Ritzerfeld
-
jdd@dodin.org
-
Mathias Homann