After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601203 - background plugin doesn't respond to size and monitor config changes
background plugin doesn't respond to size and monitor config changes
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-08 22:12 UTC by William Jon McCann
Modified: 2010-01-29 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.98 KB, patch)
2009-11-08 22:43 UTC, William Jon McCann
needs-work Details | Review
patch as applied in Fedora (4.13 KB, patch)
2009-11-11 19:12 UTC, Matthias Clasen
committed Details | Review

Description William Jon McCann 2009-11-08 22:12:12 UTC
If you change the screen size or monitor configuration the settings daemon doesn't notice.  This only applies when show_desktop=false in nautilus.
Comment 1 William Jon McCann 2009-11-08 22:43:57 UTC
Created attachment 147229 [details] [review]
patch
Comment 2 Matthias Clasen 2009-11-09 20:46:33 UTC
The patch is missing a 

+                screen = gdk_display_get_screen (display, i);
Comment 3 Matthias Clasen 2009-11-11 19:12:46 UTC
Created attachment 147500 [details] [review]
patch as applied in Fedora
Comment 4 Jens Granseuer 2009-12-02 20:45:57 UTC
Comment on attachment 147500 [details] [review]
patch as applied in Fedora

commit ff6b1c0d14e90d36ec7c225166a159364d850163
Author: Matthias Clasen <...>
Date:   Wed Dec 2 21:44:31 2009 +0100

    [background] Respond to monitor configuration changes when in charge
    
    If you change the screen size or monitor configuration the settings daemon
    doesn't notice. This only applies when show_desktop=false in nautilus.
    
    Closes bug #601203.
Comment 5 William Jon McCann 2010-01-28 18:43:06 UTC
Perhaps we should apply this to 2.28 as well?
Comment 6 Jens Granseuer 2010-01-29 16:06:28 UTC
Feel free to. There likely won't be any more releases from that branch, though.