No, because there is the following piece of code before, so my guess is
that my fix proposal will give a : "SPAN + ZOOM" effect.
----
if (is_root && (bg->placement != G_DESKTOP_BACKGROUND_STYLE_SPANNED)) {
draw_color_each_monitor (bg, dest, screen);
if (bg->placement != G_DESKTOP_BACKGROUND_STYLE_NONE) {
draw_each_monitor (bg, dest, screen);
}
} else {
draw_color (bg, dest, screen);
if (bg->placement != G_DESKTOP_BACKGROUND_STYLE_NONE) {
draw_once (bg, dest, screen);
}
}
----
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/521492
Title:
Dual Monitor wallpaper is not scaling across both monitors, same background
is repeated on both monitors instead
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs