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 758957 - Documentation regarding org/gnome/desktop/session idle-delay incorrect
Documentation regarding org/gnome/desktop/session idle-delay incorrect
Status: RESOLVED OBSOLETE
Product: dconf
Classification: Core
Component: general
0.22.x
Other Linux
: Normal normal
: ---
Assigned To: dconf-maint
dconf-maint
https://help.gnome.org/admin//system-...
Depends on:
Blocks:
 
 
Reported: 2015-12-02 15:30 UTC by Kodiak Firesmith
Modified: 2018-09-21 16:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kodiak Firesmith 2015-12-02 15:30:51 UTC
The posted documentation here regarding idle-delay does not work:  https://help.gnome.org/admin//system-admin-guide/3.10/screen-locking.html.en

This is because gsettings appears to need to know the key type in addition to the key value.

Thusly, this change needs made:

[org/gnome/desktop/session]
# Set the lock time out to 180 seconds before the session is considered idle.
-idle-delay=180
+idle-delay=uint32 180

This problem with the documentation may have been the cause for this bugreport to be filed, which led to me resolving my own problem by adding "uint32":  https://bugzilla.redhat.com/show_bug.cgi?id=1141779
Comment 1 GNOME Infrastructure Team 2018-09-21 16:15:55 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/dconf/issues/26.