[TW] Different file/folder sort order in GTK and KDE
I am running Tumbleweed with KDE Plasma. I have noticed that KDE apps sort folders above files, which I like, whereas GTK apps sort everything alphanumerically. Is there a way to make GTK apps sort folders above files? Bob -- Bob Williams No HTML please. Plain text preferred. https://useplaintext.email/
On 2022-08-31 11:04, Bob Williams wrote:
I am running Tumbleweed with KDE Plasma. I have noticed that KDE apps sort folders above files, which I like, whereas GTK apps sort everything alphanumerically.
Is there a way to make GTK apps sort folders above files?
I have done this before and forgotten. Google to the rescue: "make gtk sort folders before files" and you see tons of answers ;-) -- Cheers / Saludos, Carlos E. R. (from 15.3 x86_64 at Telcontar)
On Wed, 31 Aug 2022 11:45:10 +0200 Carlos E. R. wrote:
On 2022-08-31 11:04, Bob Williams wrote:
I am running Tumbleweed with KDE Plasma. I have noticed that KDE apps sort folders above files, which I like, whereas GTK apps sort everything alphanumerically.
Is there a way to make GTK apps sort folders above files?
I have done this before and forgotten. Google to the rescue: "make gtk sort folders before files" and you see tons of answers ;-)
Ah. Thank you Carlos. For anyone else wanting the solution, download and install dconf-editor. Run it and then go to org->gtk->settings->file-chooser, then activate the option sort-directories-first. It works! -- Bob Williams No HTML please. Plain text preferred. https://useplaintext.email/
On Wed, 2022-08-31 at 11:35 +0100, Bob Williams wrote:
Ah. Thank you Carlos. For anyone else wanting the solution, download and install dconf-editor. Run it and then go to org->gtk->settings->file-chooser, then activate the option sort- directories-first.
Or, without the need for the GUI app, fire up a terminal and type in: gsettings set org.gtk.Settings.FileChooser sort-directories-first true Cheers, -- Atri Bhattacharya <badshah400>
participants (3)
-
Atri Bhattacharya
-
Bob Williams
-
Carlos E. R.