https://bugs.kde.org/show_bug.cgi?id=393781
Roy <roy-orbi...@devo.net.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roy-orbi...@devo.net.au --- Comment #4 from Roy <roy-orbi...@devo.net.au> --- What if, rather than another Positioning option as proposed in the above MR, a boolean setting was added to span screens? It could be placed at the end of this form layout so it applies to all Positioning options: https://github.com/KDE/plasma-workspace/blob/0fa3bbc4c63e84d5902e0950e4fa0559fe1988cf/wallpapers/image/imagepackage/contents/ui/config.qml#L90 If set to true, make the calculation for the wallpaper based on the dimensions of the entire desktop, rather than the single screen, then crop it to that screen's portion of the desktop based on its x, y, w & h. The exception is the Tiled option where it could simply change the offsets. It looks like the necessary dimensions are exposed: https://doc.qt.io/qt-5/qscreen.html#virtualGeometry-prop and its virtualGeometryChanged signal would allow the wallpaper to be "re-sliced" upon layout changes. -- You are receiving this mail because: You are watching all bug changes.