https://bugs.kde.org/show_bug.cgi?id=361870
--- Comment #3 from Joachim <mer...@gmx.de> --- Ahh, I found the root of the issue. It's not that the random setting gets ignored. The problem is that the files are not added to the list in alphabetical order, but for me it was in inverse creation order. I assume more precisely it's inverse whatever-order-the-filesystem-returns. So for directories that have seen lots of changes it could also be some order that appears random. But as long as nobody touches that directory it will always be the same. I can see the use of reading the files in alphabetical order. Would be nice to have. But that makes it a bit more difficult. -- You are receiving this mail because: You are watching all bug changes.