RensAlthuis / vertical-overview

Gnome has had vertically stacked workspaces for a long time. The Gnome 40 update unfortunately made the switch to a horizontal layout. A choice that many Gnome users disagree with. This extension completely replaces the new Gnome overview with something that resembles the old style.
GNU General Public License v3.0
311 stars 30 forks source link

Thumbnail wallpapers placed incorrectly on multi-monitor #43

Closed no-comma closed 3 years ago

no-comma commented 3 years ago

If (0, 0) of the primary monitor isn't (0, 0) of the whole display setup wallpapers in the workspace thumbnails aren't placed correctly and may only be partially visible if at all. The wallpapers are also not scaled to fit the resolution of secondary monitors if their resolution is different from the primary one.

no-comma commented 3 years ago

Using the changes from 928008b but changing monitorIndex from Main.layoutManager.primaryIndex to this.monitorIndex allows for thumbnail wallpapers on multi-monitor properly and also keeps #41 from occurring.

RensAlthuis commented 3 years ago

I still found some issues after changing that, but I have a solution that I believe will work. Would you mind checking out fix_workspace_background and verifying if that solves it for you as well?

no-comma commented 3 years ago

Yep, that does solve it.