Bug 436785 - Support for wallpaper across multiple monitors
Summary: Support for wallpaper across multiple monitors
Status: RESOLVED DUPLICATE of bug 393781
Alias: None
Product: plasmashell
Classification: Plasma
Component: Image & Slideshow wallpaper plugins (other bugs)
Version First Reported In: 5.21.4
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Marco Martin
URL:
Keywords: multiscreen
Depends on:
Blocks:
 
Reported: 2021-05-08 17:10 UTC by Lorenz Hoffmann
Modified: 2021-08-08 17:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lorenz Hoffmann 2021-05-08 17:10:17 UTC
SUMMARY
It would be awesome if wallpapers could be set to span across multiple desktops, like having the left part on the left screen and the right part of the wallpaper on the right screen. This should support not only pictures, but every wallpaper engine installed.

STEPS TO REPRODUCE
1. Select a wallpaper on a multiple monitor setup.

OBSERVED RESULT
It is only set for one screen.

EXPECTED RESULT
It should also be possible to select one wallpaper across all screens.

ADDITIONAL INFORMATION
Internally, it might be possible to show the wallpaper engine a single virtual monitor with the resolution of all monitors added. Then split the picture that the engine returns and set it to the monitors afterwards.
Example for 2 Full-HD monitors next to each other:
1. Create a virtual monitor for the wallpaper engine with the resolution of (1920*2, 1080)
2. Let the wallpaper engine render a wallpaper image in that resolution
3. Split the wallpaper into two halves in the middle and set those two images to each of the screens.
Comment 1 Nate Graham 2021-08-08 17:13:37 UTC

*** This bug has been marked as a duplicate of bug 393781 ***