Version: 1.3 (using 4.3.00 (KDE 4.3.0), Debian packages) Compiler: cc OS: Linux (i686) release 2.6.30-5.slh.1-sidux-686 I have a huge problem with dolphin: I cannot cope with its file sorting, for me it is a real pain. Dolphin strangely sorts files in a mixture of file name and file ending. I have to search for e.g. a.png between ao.png and app.png. To my feeling the "fore"name of the file should be sorted independently and a name with only one letter before the file ending always should be first in a directory. In my .bashrc I have set LC_COLLATE=C to have a more "logical" sorting in konsole but dolphin ignores that. I also have set the region in systemsettings to something else than Germany and only added german language but unlinke in KDE3 where in that case C was used for sorting, that doesn't change anything. Please please add an option to dolphin to sort the files POSIX like.
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!!