Summary: | dolphin: please option for POSIX sorting of files | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Janet <bugzilla> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | kdebugs.99.urgwurz |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot: sorting in konsole and dolphin |
Description
Janet
2009-08-27 00:14:32 UTC
Created attachment 36479 [details]
screenshot: sorting in konsole and dolphin
I'd expect the same sorting in dolphin as shown in konsole.
A fix will be committed this Monday (see bug 169883 for details), which allows to turn off the locale aware sorting and uses POSIX like sorting. The issue you see is a Qt-issue (which uses glibc, where the real issue is - see http://lists.kde.org/?l=kde-devel&m=124174284926086&w=2 for details) and is unrelated to Dolphins "natural sorting", which only assures that numbers are correctly sorted (1 < 10). I marked this issue as duplicate to 169883, as the "real issue" there is also the locale issue and not the natural sorting. *** This bug has been marked as a duplicate of bug 169883 *** But "natural" sorting also should be possible to disable. E.g. I have my photos named after date and time like 200908271157.jpg - and when there are photos taken at the same time I just append the seconds: 20090827115713.jpg. And when even the second is the same I append another number: 200908271157132.jpg. In "natural" sorting that leads to high million/billion etc. like number jumps but the files belong together seen cipher by cipher and the file names are logical sequences. Please please let us turn off "natural" sorting! @Peter: Natural sorting will be turned off too when bug 169883 is resolved next Monday. Thanks. And may I say you really do a great job!! |