The spinbox range is correctly adjusted to start from 0 after settings minutes to something greater than 0, but it gets saved as 1 nevertheless (reopening the dialog shows this). Reproducible: Always
Confirmed.
FYI, it can be set to 0. Just next time you open the config dialog it shows the wrong thing.
Because it's told to do so: The seconds spinbox minimum value is: minutesInterval.value == 0 && hoursInterval.value == 0 ? 1 : 0
aye, the idea being you can't have the time on complete 0, but can set it to 1 minute, 0 seconds. However, due to declarative nature of things it means when we load the UI; everything is 0, minimum gets set to 1, which means we automatically change the value.
Ah, I thought the bug was about not being able to set the total interval to zero. Sorry for the noise :)
*** Bug 360970 has been marked as a duplicate of this bug. ***
Confirmed. I'm getting this ever since I switched to Plasma 5. I would like to see it solved if possible, since it's a rather obvious aesthetical problem in the menu. I wrote a more in depth description in my own report, if it's of any help: https://bugs.kde.org/show_bug.cgi?id=360970
Git commit 7656fa02e680bbc85dd03635149cc6643f5aa51a by Kai Uwe Broulik. Committed on 06/04/2016 at 07:17. Pushed by broulik into branch 'master'. [Slideshow Wallpaper] Fix seconds always set to 1 when opening config dialog FIXED-IN: 5.7.0 Differential Revision: https://phabricator.kde.org/D1221 M +8 -17 wallpapers/image/imagepackage/contents/ui/config.qml http://commits.kde.org/plasma-workspace/7656fa02e680bbc85dd03635149cc6643f5aa51a