hhannine / superpaper

A cross-platform multi monitor wallpaper manager.
MIT License
1.14k stars 46 forks source link

3 Monitor setup with one portrait (span mode not set automatically) #44

Closed andia89 closed 4 years ago

andia89 commented 4 years ago

I have a setup with two landscape monitors and one portrait monitor running Ubuntu 20.04. Superpaper seems to detect that properly (everything is default values, no additional perspective settings etc.) and the preview looks fine.

image

However when pressing apply it looks like that.

Screenshot from 2020-05-06 09-49-09

So it is quite messed up. It seems that everything is detected properly but then not applied to the settings it is detected.

hhannine commented 4 years ago

As it is now, it is necessary to set the wallpaper span mode to 'spanned' from Gnome Tweaks. Or alternatively from the terminal

gsettings set org.gnome.desktop.background picture-options 'spanned'

I've got a todo to implement this to be applied automatically.

hhannine commented 4 years ago

Duplicate of #40