https://bugs.kde.org/show_bug.cgi?id=456189
--- Comment #1 from Fushan Wen <qydwhotm...@gmail.com> --- Can reproduce when there are not many images in the list. The default wallpaper is set by `useSingleImageDefaults()` in MediaProxy ctor but in slideshow mode the slideshow backend should replace it with a random image. I can test it by inserting console.log to onModelImageChanged > /usr/libexec/kscreenlocker_greet 2>&1|grep wp qml: wpmodel image://package/get?dir=/usr/share/wallpapers/Next/&targetWidth=1920&targetHeight=1080 qml: wpmodel image://package/get?dir=/usr/share/wallpapers/Next/&targetWidth=1920&targetHeight=1080 qml: wpmodel image://package/get?dir=/usr/share/wallpapers/Next/&targetWidth=1920&targetHeight=1080 qml: wpmodel image://package/get?dir=/usr/share/wallpapers/Next/&targetWidth=1920&targetHeight=1080 qml: wpmodel image://package/get?dir=/usr/share/wallpapers/Next/&targetWidth=1920&targetHeight=1080 qml: wpmodel file:///home/qydw/.local/share/wallpapers/Cat.webp qml: wpmodel file:///home/qydw/.local/share/wallpapers/Cat.webp qml: wpmodel file:///home/qydw/.local/share/wallpapers/Cat.webp qml: wpmodel file:///home/qydw/.local/share/wallpapers/Cat.webp qml: wpmodel file:///home/qydw/.local/share/wallpapers/Cat.webp But it didn't, which can be caused by Qt.callLater doesn't load the second image. -- You are receiving this mail because: You are watching all bug changes.