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 641812 - Duplicated idle-delay key
Duplicated idle-delay key
Status: RESOLVED FIXED
Product: gsettings-desktop-schemas
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gsettings-desktop-schemas-maint
gsettings-desktop-schemas-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-08 07:58 UTC by Vincent Untz
Modified: 2011-02-08 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2011-02-08 07:58:04 UTC
We now have two idle-delay keys: one in org.gnome.desktop.screensaver and one in org.gnome.desktop.session.

As far as I know, the second one is the one that should stay since it's not specific to the screensaver -- it's used by gnome-session to set the idle state, which can then also be used by empathy, for example.

I'm not removing the first key directly since some other modules might be involved. Bastien, since you imported the schemas, any idea if other modules use it? I can see gnome-screensaver, but there are others.
Comment 1 Vincent Untz 2011-02-08 07:59:49 UTC
Hrm, Bastien wasn't notified of this bug, so adding him to cc, and repeating my question: any idea if other modules use idle-delay from the newly imported org.gnome.desktop.screensaver schema? I can see gnome-screensaver, but there might be others.
Comment 2 Bastien Nocera 2011-02-08 14:19:40 UTC
There's nothing using that key (the newly added one) apart from gnome-screensaver, and the screen panel, both of which can be changed.

I'm happy removing it.
Comment 3 Bastien Nocera 2011-02-08 15:09:03 UTC
commit d8dfef8dedebc6f0b8209702301d757ccd05646d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 8 15:00:56 2011 +0000

    Remove duplicated idle-delay key
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641812

And fixed in gnome-screensaver:

commit 81f0578e6bacced6d3fdf2e17853514d966c9eed
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 8 15:04:34 2011 +0000

    Use session's "idle-delay" key
    
    Instead of our own.
    
    See: https://bugzilla.gnome.org/show_bug.cgi?id=641812