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

--- Comment #26 from sparhawk <kdeb...@plast.id.au> ---
(In reply to Chris Holland from comment #22)
> However, setting asynchronous:true to asynchronous:false DID fix it.

Sorry for the delay. I've been having other, unrelated issues… anyway, making
this change as below did *not* fix it for me either.

--- /usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml.orig       
2017-06-29 11:25:42.729305733 +1000
+++ /usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml    
2017-06-29 11:26:50.959618628 +1000
@@ -212,7 +212,7 @@
     Image {
         id: imageA
         anchors.fill: parent
-        asynchronous: true
+        asynchronous: false
         cache: false
         fillMode: wallpaper.configuration.FillMode
         autoTransform: true //new API in Qt 5.5, do not backport into Plasma
5.4.
@@ -220,7 +220,7 @@
     Image {
         id: imageB
         anchors.fill: parent
-        asynchronous: true
+        asynchronous: false
         cache: false
         fillMode: wallpaper.configuration.FillMode
         autoTransform: true //new API in Qt 5.5, do not backport into Plasma
5.4.

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

Reply via email to