Summary: | Random mode isn't really random | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Marten Seemann <martenseemann> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caionnew, partizann, quantumphazor |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marten Seemann
2006-08-13 10:05:16 UTC
I can confirm that this really old bug is still valid on the current Gwenview 2.3.4 (KDE 4.3.4). To reproduce: Open a picture in a folder full of well known pictures and activate full screen with random image selected for the slideshow. Running the slide show note the order of the pictures. Close Gwenview and start it up again at the same folder and run the slideshow again. You should notice that the images will appear in the same order. Almost as if Gwenview created a random "playlist" and has stuck to it. I think the best random mode implementation for a slideshow should appear random but not too random as to show the same picture in close proximity (very bad for a public display). Probably weighted to choose one that hasn't been displayed in a while over a recent one, but still have randomness. Git commit 5a942e4688702d13380d3ced1e54ffb7eb58a5a9 by Aurélien Gâteau. Committed on 27/05/2011 at 18:13. Pushed by gateau into branch 'master'. Improve randomized slideshow - Make sure order is not the same between 2 runs of Gwenview - When looping, make sure the new list does not start with the last displayed image BUG:132334 M +30 -1 lib/slideshow.cpp http://commits.kde.org/gwenview/5a942e4688702d13380d3ced1e54ffb7eb58a5a9 *** Bug 277338 has been marked as a duplicate of this bug. *** |