| Summary: | mediaframe: Randomize items disabled but still randomized | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeplasma-addons | Reporter: | hamelg |
| Component: | Media Frame | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mereel, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | sort contents of directories alphabetically | ||
|
Description
hamelg
2016-04-16 20:09:07 UTC
Hi I just tried to reproduce it and for me it seems to work. I have kdeplasma-addons 5.7.5 installed. Does this problem still occur to you? Here, this issue still occurs :( The workaround is to add each file one by one in the right order. 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. Created attachment 101255 [details]
sort contents of directories alphabetically
Attached a patch that makes directory contents added alphabetically.
Cannot reproduce; looks like this was fixed. |