Summary: | background slideshow random multimonitor | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Bartemius Crouch <egxoun8uya67izy> |
Component: | containment-desktop | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bartemius Crouch
2008-07-12 17:10:08 UTC
I think what's happening is that one desktop sets the random seed, based on the number of seconds since midnight, and generates the sequence. Then the other desktop, before the number of seconds has changed, resets the random seed and so generates exactly the same sequence. I'm going to commit something that I think will fix it and close the bug. If you still get it with 4.1.1, please re-open. SVN commit 845904 by alexmerry: Be a bit more random, so that we don't generate the same sequence on different desktops on fast computers. BUG: 166378 M +1 -1 desktop.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=845904 SVN commit 845905 by alexmerry: Backport fix: be a bit more random, so that we don't generate the same sequence on different desktops on fast computers. CCBUG: 166378 M +1 -1 desktop.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=845905 |