https://bugs.kde.org/show_bug.cgi?id=338506
--- Comment #59 from Tuukka Verho <tuukka.ve...@aalto.fi> --- (In reply to godlike from comment #58) > (In reply to Tuukka Verho from comment #57) > > (In reply to godlike from comment #56) > > > Indeed. If a screen is rotated (like in my previous example) the issue > > > still > > > occurs after patching main.qml in this alternative way unfortunately. > > > > It's a bit strange that you have the bug even after applying the patch from > > comment #20. I can see the bug in both your rotated and non-rotated screens. > > Could you make sure you have removed or commented out all occurrences of the > > line > > > > currentImage.sourceSize = Qt.size(root.width, root.height) > > > > in your main.qml? If you make any changes, log out and log in again. > > I was reloading plasma shell but for the sake of testing I logged out and > back in. Neither with: > > currentImage.sourceSize.width = root.width > > nor with those lines commented can I get a good rendering of the wallpaper > on my rotated screen. Were you able to temporarily rotate a screen and get a > nice looking wallpaper on it? > > BTW I'm currently at plasma-5.8.3 with QT 5.7 I rotated the wallpaper (instead of monitor) and it looked good. I can see that grid-like pattern in both your landscape and rotated screens in your screenshot in comment #28. I only get that pattern when sourceSize is being used. Also the rotated images are very blurry, that would be expected when you use sourceSize. -- You are receiving this mail because: You are watching all bug changes.