Hi,
This is a random guess from looking at the source code, but is there someone 
here with a double monitor able to recompile gnome desktop to try the following 
fix:
In libgnome-desktop/gnome-bg.c around line 833
{ in function static GdkPixbuf * get_scaled_pixbuf (...) , around line 833 }
----
        switch (placement) {
        case G_DESKTOP_BACKGROUND_STYLE_SPANNED:
-               new = pixbuf_scale_to_fit (pixbuf, width, height);
+              new = pixbuf_scale_to_min (pixbuf, width, height);
                break;
        case G_DESKTOP_BACKGROUND_STYLE_ZOOM:
                new = pixbuf_scale_to_min (pixbuf, width, height);
                break;

        case G_DESKTOP_BACKGROUND_STYLE_STRETCHED:
                new = gdk_pixbuf_scale_simple (pixbuf, width, height,
                                               GDK_INTERP_BILINEAR);
                break;
----

-- 
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

Reply via email to