Commit previously uncomm changes from arraybolt3

ubuntu/lunar ubuntu/1%23.04.8
Erich Eickmeyer 1 year ago
parent 046700eef5
commit 613f7dcdd9

8
debian/changelog vendored

@ -1,3 +1,11 @@
calamares-settings-ubuntu (1:23.04.8) lunar; urgency=medium
* Made the slideshow loop again. (Slow systems were ending up on the "The
installation should finish soon" screen when the installation was only 8%
done, and then were staying on that screen.)
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 16 Mar 2023 22:31:01 -0500
calamares-settings-ubuntu (1:23.04.7) lunar; urgency=medium
* Updated copyright file.

@ -9,19 +9,7 @@ Presentation
interval: 15000
running: true
repeat: true
onTriggered: {
presentation.goToNextSlide()
// We want the last slide to be where the slideshow stops. But
// thanks either to QML's limitations or my lack of knowledge, I
// can't figure out how to declare a counter variable outside of
// the Javascript block. However, incrementing the interval value
// won't make any perceptible change in how long the slideshow
// plays, and it does the job.
interval++
if (interval == 15005) {
stop()
}
}
onTriggered: presentation.goToNextSlide()
}
Slide {
Image {

Loading…
Cancel
Save