| Summary: |
file sort order by name is wrong in dolphin/kate file open dialog/etc |
| Product: |
[Frameworks and Libraries] frameworks-kio
|
Reporter: |
Vadym Krevs <vkrevs> |
| Component: |
general | Assignee: |
David Faure <faure> |
| Status: |
RESOLVED
DOWNSTREAM
|
|
|
| Severity: |
normal
|
CC: |
elvis.angelaccio, kdelibs-bugs-null
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
unspecified | |
|
| Target Milestone: |
--- | |
|
| Platform: |
openSUSE | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
Screenshot illustrating the problem.
|
Created attachment 105179 [details] Screenshot illustrating the problem. openSUSE 42.2, $ rpm -q dolphin kate plasma5-workspace-libs dolphin-17.03.80-81.16.x86_64 kate-17.04.0-4.3.x86_64 plasma5-workspace-libs-5.9.4-306.2.x86_64 mkdir /tmp/dir cd /tmp/dir touch a1 a11 a112 a2 a211 a22 a221 a223 a3 a33 a331 Then compare the order of files in the output of "ls -alF" with the order of files in Dolphin or Kate's Open dialog when sorting by name. Clearly, the latter applications are not doing the expected thing. See attached screenshot.