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 632081 - Background fade in g-s-d background plugin should be optional.
Background fade in g-s-d background plugin should be optional.
Status: RESOLVED DUPLICATE of bug 583757
Product: gnome-settings-daemon
Classification: Core
Component: background
2.91.x
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-13 17:46 UTC by Brian Cameron
Modified: 2010-10-13 17:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Cameron 2010-10-13 17:46:37 UTC
Currently the gnome-settings-daemon background plugin does a fade operation between the login screen and the user session.  Looking at the code, this code is only used when nautilus is not already drawing the background.

While this is a neat feature, it does cause problems in some environments.  For example, if you are remote logging in via XDMCP over a slow high-latency network, the fade effect can be very slow and take well over 30 seconds, making the launch of the user session painful.

I worked with the nautilus maintainer to add a new configuration option to disable the fade feature.  This is useful for users who have this sort of problem, and also for sysadmins who manage servers where users tend to use XDMCP over high-latency networks where they would likely want to disable the fade feature as the system default.

Refer to nautilus bug 623174 to see the details of this change to nautilus.

gnome-settings-daemon 2.91.0 refers to and honors the nautilus GConf settings relating to how to draw the background, so it would be good if the plugin could also check this key and honor it as well.

One issue is that I believe nautilus has recently changed its configuration from GConf to GSettings, so I am guessing that the gnome-settings-daemon background plugin also needs to be updated to use the new nautilus GSettings configuration values instead of GConf.  So perhaps adding this new configuration option to avoid the fading effect can be done as part of that work?
Comment 1 Bastien Nocera 2010-10-13 17:47:56 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 583757 ***