https://bugs.kde.org/show_bug.cgi?id=343452
--- Comment #11 from FeepingCreature <default_357-l...@yahoo.de> --- Created attachment 100413 --> https://bugs.kde.org/attachment.cgi?id=100413&action=edit Enable natural sorting on the QCollator for KDirSortFilterProxyModel Turns out this is actually a bug in KIO. QCollator does not enable "numeric mode", which KDirSortFilterProxyModel advertises as enabled, by default, and KIO's KDirSortFilterProxyModel does not enable it at all. As a result, as far as I can tell, natural sort never worked in KF5/Qt5. Patch for KIO is attached. -- You are receiving this mail because: You are watching all bug changes.