<div dir="ltr">if you sort by name and you get<div><br></div><div>12</div><div>9</div><div><br></div><div>you should do:</div><div><br></div><div>09</div><div>12</div><div><br></div><div>as 1 < 9 and 0 < 1</div><div><br></div><div>its an issue of the file naming and not of thunar. standar behavior across any OS on earth...</div><div><br></div><div>E</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 18 September 2016 at 18:40, Andrzej <span dir="ltr"><<a href="mailto:ndrw.xf@kurumi.co.uk" target="_blank">ndrw.xf@kurumi.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 09/18/16 10:05, Hartmut Haase wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Martin ,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sorting numbers instead of digits is useful because in some work we have a lot of files with increasing number at beginning :<br>
</blockquote>
maybe, but how do I get rid of it?<br>
</blockquote>
<br></span>
In thunar/thunar-file.c change all "g_utf8_collate_key_for_filena<wbr>me" to "g_utf8_collate_key". If that solves your issue you consider adding an option and submitting a patch.<br>
<br>
We use "g_utf8_collate_key_for_filena<wbr>me" to handle unicode and to make Thunar behave like other Gtk file manager. This function sorts any numbers in file names in numerical order, which in general is a feature (Thunar's old sorting algorithm did it as well) but I can understand if some would like to have an option to disable it.<br>
<br>
Cheers,<br>
Andrzej<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Xfce mailing list<br>
<a href="mailto:Xfce@xfce.org" target="_blank">Xfce@xfce.org</a><br>
<a href="https://mail.xfce.org/mailman/listinfo/xfce" rel="noreferrer" target="_blank">https://mail.xfce.org/mailman/<wbr>listinfo/xfce</a><br>
<a href="http://www.xfce.org" rel="noreferrer" target="_blank">http://www.xfce.org</a></div></div></blockquote></div><br></div>