Displaying 4 results from an estimated 4 matches for "idle_activation_enabled".
2016 Jun 09
0
setting up auto logout in CentOS 6
...f you want to enforce gconf policies for workstations, you need to put them in /etc/gconf/gconf.xml.mandatory. For example, this is how we set the screensaver to lock:
gconftool-2 --direct \
--config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \
--type bool \
--set /apps/gnome-screensaver/idle_activation_enabled true
gconftool-2 --direct \
--config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \
--type bool \
--set /apps/gnome-screensaver/lock_enabled true
gconftool-2 --direct \
--config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \
--type int \
--set /apps/gnome-screensaver/idle_delay 15
-...
2012 Mar 27
0
Script for enabling screen savers in GNOME and KDE on Centos 5.x
...e-screensaver/idle_delay 4
gconftool-2 --direct --config-source
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean --set
/apps/gnome-screensaver/lock_enabled true
gconftool-2 --direct --config-source
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean --set
/apps/gnome-screensaver/idle_activation_enabled true
gconftool-2 --direct --config-source
xml:readwrite:/etc/gconf/gconf.xml.defaults --set --type list
--list-type=string /apps/gnome-screensaver/themes [blank-only]
On KDE I am not able to get what settings should be there for enabling
idle_delay, activating the customized password protected sc...
2014 Apr 24
0
lock down gnome-screensaver
...these commands:
# gconftool-2 --direct --config-source
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean --set
/apps/gnome-screensaver/lock_enabled true
# gconftool-2 --direct --config-source
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean --set
/apps/gnome-screensaver/idle_activation_enabled true
# gconftool-2 --direct --config-source
xml:readwrite:/etc/gconf/gconf.xml.mandatory --type int --set
/apps/gnome-screensaver/idle_delay 20
The first two commands work, in the screensaver-preferences window,
these settings get grayed-out.
But the idle_delay 20 command does not work, users...
2016 Jun 08
3
setting up auto logout in CentOS 6
I would like to have my lab workstations logout a session after the person has been idle for a certain period of time. After some searching on the web, I got into
/etc/gconf/schemas/gnome-session.schemas
and set the default value of max_idle_action to ?forced-logout?:
<schema>
<key>/schemas/desktop/gnome/session/max_idle_action</key>