Re: Cannot get dconf screen idle-delay working properly on RHEL 7.2

Ritesh Khadgaray <[email protected]> Thu, 03 Dec 2015 11:37:50 +0530
Newsgroups gmane.comp.gnome.general
Message-ID <[email protected]>
Hi

On Tue, 2015-12-01 at 16:26 -0500, Kodiak Firesmith wrote:
> Hello Folks,
> Posting here because while there was a gconf mail list there is no
> dconf mail list - apologies if there is somewhere else I should be
> posting to instead.
> 
> Onto the problem at hand - No matter what I set via gsettings or
> dconf policy files, my session idle timeout kicks in at exactly 300
> seconds (RHEL default I gather) and locks the session.  
> 
> I am trying to determine the most correct way to set this
> programmatically (needs to be done via Puppet emplacement of files or
> 'Exec' commands) so that it can be pushed out to all our desktops and
> comply with STIGs.
> 
> Here is what I have (30 seconds was just to test that the setting
> worked, which it never did.  The real value would be 900):
> 
>  $dconf read /org/gnome/desktop/session/idle-delay
> uint32 30
> 
>  
>  $gsettings get org.gnome.desktop.session idle-delay
> uint32 30
> 
>  $cat /etc/dconf/db/local.d/00-screensaver
> [org/gnome/desktop/session]
> # Set the lock time out to 900 seconds before the session is
> considered idle.
> idle-delay=900
> [org/gnome/desktop/screensaver]
> # Set this to true to lock the screen when the screensaver activates
> lock-enabled=true
> # Set the lock timeout to 0 seconds after the screensaver has been
> activated
> lock-delay=0
> 
> Even with all of the above settings set, it locks at neither 30
> seconds nor 900 seconds, but always at the RHEL default of 300
> seconds.  
> 
> I've grepped all through /etc/dconf/db for '300' trying to find a
> leftover setting that is causing this to no avail.  Does anyone have
> any ideas?
> 
> Here are my dconf/RPM version btw: dconf-0.22.0-2.el7.x86_64
> 
> Thanks very much!
> 
>  - Kodiak Firesmith
> _______________________________________________
> gnome-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/gnome-list


Is this running as the given user, or are you trying to set this
globally ?

You might want to check out - https://wiki.gnome.org/Projects/dconf/Sys
temAdministrators .

Cheers
-ritz

_______________________________________________
gnome-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-list
signature.asc (application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWX9w2AAoJEAupijNqpFM4YJsP/RoVIziA5rnqrZ3JkybUcex3
cdgrABKhtHvUgsN84X6tX5qvbK1OFzE96l3XS0n6jxXew9WGch0t8ihAqA6x4uGW
GANA7YplrlWruXYn4TADzTqqRPqc24Dh07LjQtsJKuD25PRMn9YxiS7je898tQz5
6a7nYfDHsSD5JE9FwfmAp8PE2sq4NKbWC6Nz3s6a+CdlwsA4tIJteTmd6r1SS5+z
XaGbPszjS0PUqcAbPYm59oRCv8WUDxBVjdP5oM7cvnsX2M/BykS1VxMkYAcj7po3
ZblJ/SRFfN8wz3o6452D7J7VE1dSWpLg01u7QOtUZd4pT0GljrGtTtlAfuGutvta
qFT0smcgI+dHPP6M6hIZiKFTwNxG2016vEe3nYSvmtX/PhZl/QY+1BIjpoaDkzTc
S839hGAzWwS6q609kOCeSxft4wkJZOEvLc8mYiv8CfOBxGEKJJeU9fGVKyNruqnr
cveUcLSm2CbQgeOGS4Zg3Zc4xC91P+aaUdkDv3JHMRs+yFO5wry/9C9njohrcbui
LinueB21TlQ0mJaILpld0zo+M7B2V3lKMIEzgJ3lUph3WahpeAwXQGeNZD0fidF2
5E7IzmEoB0ivy0zZ85r/oNah//GliGdEnBjJa4q0IFRyxcTpLK+lGIpSU3EqkvdK
Hl5Ny4hWRO/F3CbAEHQt
=0JEi
-----END PGP SIGNATURE-----