Created attachment 103256 [details] thumbnails disappear How to reproduce : - configure desktop - select plain color (or anything but image) - apply - select image as wallpaper type - select a picture - apply Expected results : - the thumbnails should be visible Actual Results : - the thumbnails are shrunk (attachment) and totally disappear when hitting apply (attachment) Additional info : I am using an external monitor, but it was unplugged for the test. There was only one monitor in the display settings.
Created attachment 103257 [details] thumbnails are shrunk
Created attachment 103258 [details] normal thumbnails
Git commit f6ce91499a16cd9e8fa4b56fdadf254e3ab79bd1 by Kai Uwe Broulik. Committed on 08/01/2017 at 15:12. Pushed by broulik into branch 'master'. [Image Wallpaper] Simplify width/height management Directly expose "targetSize" as property. The wallpaper is already initialized with the correct size for some time now but the fact that we had two properties width and height in there had it still do unneccessary work when it emitted "sizeChanged(2560, 0)" and then the final "sizeChanged(2560, 1440)" afterwards. Also, I didn't really see a point in storing the wallpaper size in its config, it's overwritten by the wallpaper anyway and only used in the wallpaper config dialog for the aspect ratio. We can just ask the view directly then. FIXED-IN: 5.9.0 Differential Revision: https://phabricator.kde.org/D4001 M +3 -29 wallpapers/image/image.cpp M +2 -11 wallpapers/image/image.h M +0 -8 wallpapers/image/imagepackage/contents/config/main.xml M +2 -3 wallpapers/image/imagepackage/contents/ui/config.qml M +1 -14 wallpapers/image/imagepackage/contents/ui/main.qml M +0 -8 wallpapers/image/slideshowpackage/contents/config/main.xml https://commits.kde.org/plasma-workspace/f6ce91499a16cd9e8fa4b56fdadf254e3ab79bd1
*** Bug 375036 has been marked as a duplicate of this bug. ***