[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2011-10-21 Thread Paul Kishimoto
I added this to the gnome-control-center package in Ubuntu, which corresponds better to the upstream bug than "meta-gnome2". This bug still appears in Ubuntu 11.10 with gnome-control-center 1:3.2.0-0ubuntu6. ** Also affects: gnome-control-center (Ubuntu) Importance: Undecided Status: Ne

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2011-03-04 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: New => Confirmed ** Changed in: gnome-control-center Importance: Medium => Low -- 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

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2011-03-04 Thread Jeremy Nickurak
Hmm. Span does seem to work in this case at least. I definitely would have expected Tile to work correctly as well, but it doesn't. Anyways, here's a datapoint which should probably be considered. (For the record, that horrendous ascii-art was supposed to reflect a 1680x1050 monitor and a 900x1440

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2011-03-04 Thread Jeremy Nickurak
I'm in a dual-monitor setup, with different resolutions on each. Right now, I'm having trouble just creating a background that can work correctly without scaling on both. My layout <-- 1680 -> <- 900 -> |^ ^ | || | | |1050 1440

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-30 Thread Florent Viard
Michele and Thomas, thanks for having tried my solution and submitted it upstream. -- 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 monit

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-30 Thread Thomas
Florent, I submitted a bug report to the Debian maintainers of gnome- desktop. We'll see if anything comes of it. I supplied your patch. -- 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: D

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-30 Thread Michele Mattioni
As Thomas said I confirm the patch Florent propose @ https://bugs.launchpad.net/ubuntu/+source/meta- gnome2/+bug/521492/comments/30 works on an Ubuntu Lucid Lynx 10.04 I follow the steps detailed by Thomas here: https://bugs.launchpad.net/ubuntu/+source/meta- gnome2/+bug/521492/comments/34 I gues

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-30 Thread Thomas
Florent, your solution worked perfectly. I am using the latest Debian unstable (not Ubuntu). I just added the line "deb-src http://http.us.debian.org/debian/ unstable main" to my '/etc/apt/sources.list' file. Then I did 'apt-get source libgnome-desktop-2-17'. Then 'cd gnome-desktop-2.30.2'. Then

Re: [Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-23 Thread Coz
On Thu, Dec 23, 2010 at 12:38 PM, Florent Viard wrote: > 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_colo

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-23 Thread Florent Viard
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->placemen

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-23 Thread Mark Drago
Florent, I didn't rebuild or anything, but it looks like that diff will just make 'span' work exactly like 'zoom.' -- 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

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-12-23 Thread Florent Viard
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 }

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-11-03 Thread Michele Mattioni
Hello, This problem is still present. I'm wondering if anyone is working on it. this is a regression, as people already noted everything was working in gnome 2.28.0, not anymore in 2.30.0 It's really annoying bug. -- Dual Monitor wallpaper is not scaling across both monitors, same background

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-10-20 Thread Daniel U. Thibault
My display configuration(virtual desktop) consists of two monitors. From left to right: * 1600x1200, rotated left (hence 1200x1600 really) (secondary monitor) * 1920x1200 (main monitor) The virtual desktop thus measures 3120x1600 (with a dent taken out of it in the lower right hand corner). The

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-10-19 Thread Taneli
** Bug watch added: GNOME Bug Tracker #603551 https://bugzilla.gnome.org/show_bug.cgi?id=603551 -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bug notification because

Re: [Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-10-19 Thread Taneli
I made a python script (with PIL) that fixes the situation for me by tiling several images into one (according to what xrandr tells about the screen sizes), I can put it up somehwere, if people are interested ... ? It needs a little cleaning up first, though. Cheers, Taneli On Mon, Oct

Re: [Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-10-17 Thread Coz
On Sun, Oct 17, 2010 at 3:15 PM, jcuhoh <521...@bugs.launchpad.net> wrote: > Has anyone found an acceptable workaround for this issue? The workaround > in comment #2 DID NOT work for me, simply centered the image between the > monitors. > > -- > Dual Monitor wallpaper is not scaling across both mo

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-10-17 Thread jcuhoh
Has anyone found an acceptable workaround for this issue? The workaround in comment #2 DID NOT work for me, simply centered the image between the monitors. -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.n

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-09-15 Thread Bug Watch Updater
** Changed in: gnome-control-center Importance: Unknown => Medium -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bug notification because you are a member of Ubuntu Bu

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-08-27 Thread Scott Carpenter
Just wanted to note that George Standish's workaround in comment #2 worked well for me. -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bug notification because you are a

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-08-09 Thread AutoStatic
After installing Lucid I run into this issue too. And to my surprise the whole 'Fill screen' option in the Appearance Settings - Background window is gone and it's not present in gconf-editor either. And apparently this was dropped in Gnome 2.28. Just like the menu icons that were dropped along the

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-08-06 Thread Gerry
Surely the person that made this regression would have known the effect it would have?? I can't understand why this decision was made, but even after it was made I don't see how the change was then approved. Coz's comments mirror my own feelings of this regression. I'm now wondering how the import

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-08-05 Thread Logan Smyth
Just want to add my 2 cents. When I found and read the first few comments talking about Span, I immediately assumed it was a checkbox and was very confused when it wasn't. I think that is probably the best course of action, since it allowed for the best of both worlds. I definitely hope we get a fi

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-07-16 Thread Stephen Goykovich
i know it may seem petty, but this is a major reason for me not updating my ubuntu installation. I'm surprised that this still hasn't been fixed yet! -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bug

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-07-01 Thread SabreWolfy
Yeah, I'm missing the "span and zoom" functionality which was present previously. It was really nice to be able to use a background wallpaper of more-or-less the right dimensions for a dual monitor and GNOME would zoom it across both monitors. The SPAN functionality as it stands now does not fix th

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-06-25 Thread Coz
Hey guys, Well I also reported this as one of several "MAJOR" bugs in lucid and maverick. All of the wallpaper options simply mirror the image on dual monitors and "span" of course, as mentioned many times here, simply places the image between the two monitors.. This is not the most serious b

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-06-25 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: Unknown => New -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-06-25 Thread Paul Kishimoto
** Bug watch added: GNOME Bug Tracker #615478 https://bugzilla.gnome.org/show_bug.cgi?id=615478 ** Also affects: gnome-control-center via https://bugzilla.gnome.org/show_bug.cgi?id=615478 Importance: Unknown Status: Unknown -- Dual Monitor wallpaper is not scaling across both mon

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-06-01 Thread Boynas
I am a laptop user, and I went through the "trouble" of using gimp to create a long landscape wallpaper to fit both of the monitors with the correct exact resolution. Since I also use my laptop without the docking station, I used to have it "style: Tile" so, when I use just one monitor it would

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-29 Thread schuelaw
Sorry, by 8.10 above I meant 8.04LTS. -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-29 Thread schuelaw
Mostly just want to confirm this problem. I have two monitors of different sizes and in 8.10 the background just stretched across both screens and filled them up completely--no hassles. I've tried all of the various options and can't replicate this behavior in 10.04. I even regenerated the fract

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-20 Thread Telescope_Nerd
Confirm I am missing the span+zoom option also, is there a workaround? my dual-screen desktop looked much nicer in 9.10. -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bu

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-08 Thread Ioky
I think the "span" option is pretty pointless. unless you have the exact resolution wallpaper as both of your screen you have. Or else you will just have a random image in the middle of two monitors. forget about the ideal solution, which is be able to set wallpaper in any variant. But at least for

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-08 Thread Paul Kishimoto
Steve, do you have two 1280 × 1024 monitors arranged side-by-side? If so, then you are lucky that your particular images happen to fill your particular desktop *without needing any scaling*. If you use GIMP or another program to scale one of those images (double the dimensions to 5120 × 2048; or h

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-08 Thread Steve Withers
Reading some of the other comments, I went into the Change Desktop Background dialog / window. I tried the various options for each image there. I found that when I set a 2560x1024 image to "Span", then the one image DOES span across BOTH screens. But all images I have used were previously set to "

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-08 Thread Steve Withers
Looks like some people with laptops who occasionally connect a second screen decided the behaviour of centering the image on EACH screen was the way to go. I have two permanently-connected monitors and I want to be able to scale / span the one image across both of them. I could do this in Karmic

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-05-01 Thread B
An alternative is to make a 'span' checkbox that switches between treating each monitor separately or as one monitor, that way you can have any combination you want (span+zoom, span+stretch, etc). I personally liked to use the 'zoom' feature before with the image spanning both monitors. -- Dual

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-04-12 Thread Grant Tremblay
Agreed with Paul, Omer, and others. The bug is not fixed as the original/correct behavior has not been restored. The "span" option should work as the name implies, and fill the entire desktop, scaling as appropriate. ** Attachment added: "Screenshot.png" http://launchpadlibrarian.net/4392513

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-04-11 Thread Paul Kishimoto
** Changed in: meta-gnome2 (Ubuntu) Status: In Progress => Confirmed -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bug notification because you are a member of Ub

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-04-11 Thread Paul Kishimoto
The above "Screenshot.png" shows the result when this image (from the *excellent* sxc.hu) is applied with the "Span" setting. The image is 3264 × 2448. The monitors are 1024 × 1280 (left) and 1280 × 1024 (right). The desktop is 2304 (=1280 + 1024) × 1280. Observed: "Scale" — The entire image fits

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-04-11 Thread Paul Kishimoto
** Attachment added: "Screenshot.png" http://launchpadlibrarian.net/43856158/Screenshot.png -- Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead https://bugs.launchpad.net/bugs/521492 You received this bug notification because yo

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-03-27 Thread Xsoldier2000
Have to agree with Omer, the wallpaper does not stretch across both monitors, just sets the wallpaper in the middle of both monitors with a selected backgound color at the edge of the wallpaper. Tried all options, Span, Stretch, Zoom -- Dual Monitor wallpaper is not scaling across both monit

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-03-21 Thread Omer Mano
This bug is not fixed because the original behavior was not restored. The span feature puts the image in the middle of the two monitors, but does not stretch across both monitors. ** Changed in: meta-gnome2 (Ubuntu) Status: Fix Released => In Progress -- Dual Monitor wallpaper is not scal

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-03-03 Thread Anton Kraus
The gconf-workaround is no longer needed. Lucid's gnome-appearance-properties has caught up and now allows a "span" option. So the bug is fixed :) ** Changed in: meta-gnome2 (Ubuntu) Status: New => Fix Released -- Dual Monitor wallpaper is not scaling across both monitors, same backgroun

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-02-28 Thread George Standish
Using the following command will restore old wallpaper behaviour, until the next time you open Appearance Preferences / Background: gconftool-2 --set "/desktop/gnome/background/picture_options" --type string "spanned" -- Dual Monitor wallpaper is not scaling across both monitors, same background

[Bug 521492] Re: Dual Monitor wallpaper is not scaling across both monitors, same background is repeated on both monitors instead

2010-02-14 Thread Anton Kraus
There is upstream discussion about a patch that brings back this functionality at https://bugzilla.gnome.org/show_bug.cgi?id=609809 Said patch is attached to the first post there. ** Bug watch added: GNOME Bug Tracker #609809 https://bugzilla.gnome.org/show_bug.cgi?id=609809 -- Dual Monitor