5.x.x (using arch linux package version 15.04.2-1 ATM) regressed from 4.x with the default (by name) sort order. The current sort order is a simple alphabetic sort. So for example the files 1,2,10,11 are visited in this order: 1, 10, 11, 2 The old sort order was the same that Dolphin used, i.e. numbers where handled as numbers and not strings of independent characters. Thus 1,2,10,11 were visited in the correct order: 1, 2, 10, 11. Reproducible: Always Actual Results: Sort order: 1, 10, 11, 2 Expected Results: Sort order: 1, 2, 10, 11
This behaviour is there since the first KF5 version of Gwenview, and still present in 15.08.1.
This is a duplicate of bug 343452. I don't know how to change the status.
*** This bug has been marked as a duplicate of bug 343452 ***