GNOME Bugzilla – Bug 641812
Duplicated idle-delay key
Last modified: 2011-02-08 15:09:03 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.
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.
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.
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