Summary: | Folder and file names beginning with letters like c-cedilla, o-umlaut, s-cedilla, u-umlaut are not sorted correctly | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Sadi <sadiyumusak> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kfm-devel |
Priority: | NOR | ||
Version: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sadi
2020-03-18 13:03:17 UTC
Cannot reproduce. Please add the output of this Konsole command: set | grep ^L[AC] (In reply to Christoph Feck from comment #1) > Cannot reproduce. Please add the output of this Konsole command: > > set | grep ^L[AC] Thanks. This is the output: LANG=en_US.UTF-8 LANGUAGE=en_US:en_GB LC_COLLATE=tr_TR.UTF-8 LC_CTYPE=en_US.UTF-8 LC_MEASUREMENT=tr_TR.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 (In reply to Christoph Feck from comment #1) I've done a test to identify the cause of this problem by creating a another user, and I couldn't reproduce the problem there either (there's only a minor problem with the ordering of dotless i and I with dot above). The output of set | grep ^L[AC] is: LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_COLLATE=tr_TR.UTF-8 LC_CTYPE=en_US.UTF-8 LC_MEASUREMENT=en_DK.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 As you can see, there are only 2 minor differences: LANGUAGE=en_US:en_GB LC_MEASUREMENT=tr_TR.UTF-8 (In reply to Christoph Feck from comment #1) I've done a test to identify the cause of this problem by creating a another user, and I couldn't reproduce the problem there either (there's only a minor problem with the ordering of dotless i and I with dot above). The output of set | grep ^L[AC] is: LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_COLLATE=tr_TR.UTF-8 LC_CTYPE=en_US.UTF-8 LC_MEASUREMENT=en_DK.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 As you can see, there are only 2 minor differences: LANGUAGE=en_US:en_GB LC_MEASUREMENT=tr_TR.UTF-8 (In reply to Christoph Feck from comment #1) Hi, I think I've finally found the cause of this problem! The file ~/.config/dolphinrc has the following innocent line (apparently because I chose -instead of the defauld "Natural" - "Alphabetical, case insensitive") SortingChoice=CaseInsensitiveSorting My problem has disappeared after I removed it. But I think this needs attention as such a choice shouldn't cause that problem. |