https://bugs.kde.org/show_bug.cgi?id=371455

--- Comment #32 from David Redondo <k...@david-redondo.de> ---
Hi, does the following patch help? 
It shows the last image shown the last time on startup, which should signal
ealier that wallpaper.loading = false;

diff --git a/wallpapers/image/image.cpp b/wallpapers/image/image.cpp
index b36d4f2d6..f9aff9ce8 100644
--- a/wallpapers/image/image.cpp
+++ b/wallpapers/image/image.cpp
@@ -107,6 +107,9 @@ void Image::componentComplete()
     if (m_mode == SingleImage) {
         setSingleImage();
     } else if (m_mode == SlideShow) {
+        // show the last image shown the last time
+        m_wallpaperPath = m_wallpaper;
+        emit wallpaperPathChanged();
         startSlideshow();
     }
 }
(END)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to