Hi,
is there a know fix for the bug that Nautilus sorts case sensitive like LOW letters after sorting alphabetically? Its Gnome 3.38 under Manjaro, but it seems like this would be a bug that has come and gone in the past 10 years
Like this:
Hi,
is there a know fix for the bug that Nautilus sorts case sensitive like LOW letters after sorting alphabetically? Its Gnome 3.38 under Manjaro, but it seems like this would be a bug that has come and gone in the past 10 years
Like this:
Thereās a āsolutionā to this problem found here:
Or here:
export LC_COLLATE=POSIX
. One downside is that capital letters will sort ahead of lower case letters."
I donāt know if thereās a global fix. I havenāt ran into this problem yet, so i couldnāt say.
Hopefully these links will help somewhat.