[gnome-user-docs] sysadmin: Updates after testing for desktop-lockscreen



commit 61f29788d970d96c826c829113c809ef9888c057
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Jun 18 18:39:52 2014 -0400

    sysadmin: Updates after testing for desktop-lockscreen

 system-admin-guide/C/dconf-snippets.xml      |    4 ++++
 system-admin-guide/C/desktop-lockscreen.page |   22 ++++++++++++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/system-admin-guide/C/dconf-snippets.xml b/system-admin-guide/C/dconf-snippets.xml
index 5c93a40..a64fa95 100644
--- a/system-admin-guide/C/dconf-snippets.xml
+++ b/system-admin-guide/C/dconf-snippets.xml
@@ -39,4 +39,8 @@ system-db:gdm</code>
     <p>Update the system databases:</p>
     <screen><output style="prompt"># </output><input>dconf update</input></screen>
   </item>
+  <item xml:id="dconf-logoutin">
+    <p>Users must log out and back in again before the system-wide
+    settings take effect.</p>
+  </item>
 </steps>
diff --git a/system-admin-guide/C/desktop-lockscreen.page b/system-admin-guide/C/desktop-lockscreen.page
index 7eabff8..fa2f505 100644
--- a/system-admin-guide/C/desktop-lockscreen.page
+++ b/system-admin-guide/C/desktop-lockscreen.page
@@ -8,7 +8,7 @@
     <link type="seealso" xref="dconf-profiles" />
     <link type="seealso" xref="dconf-lockdown" />
     <revision pkgversion="3.8" date="2013-08-08" status="review"/>
-    <revision pkgversion="3.14" date="2014-06-18" status="review"/>
+    <revision pkgversion="3.14" date="2014-06-18" status="candidate"/>
 
     <credit type="author copyright">
       <name>Jana Svarova</name>
@@ -48,17 +48,24 @@
     <listing>
       <title><file>/etc/dconf/db/local.d/00-screensaver</file></title>
 <code>
+# Specify the dconf path
 [org/gnome/desktop/session]
-# Set the lock time out to 180 seconds before the session is considered idle.
-idle-delay=180
 
+# Number of seconds of inactivity before the screen goes blank
+idle-delay=uint32 180
+
+# Specify the dconf path
 [org/gnome/desktop/screensaver]
-# Set this to true to lock the screen when the screensaver activates
+
+# Lock the screen after the screen is blank
 lock-enabled=true
-# Set the lock timeout to 180 seconds after the screensaver has been activated
-lock-delay=180
+
+# Number of seconds after the screen is blank before locking the screen
+lock-delay=uint32 0
 </code>
       </listing>
+      <p>You must include the <code>uint32</code> along with the
+      integer key values as shown.</p>
   </item>
   <item>
     <p>To prevent the user from overriding these settings, create the file
@@ -77,6 +84,9 @@ lock-delay=180
   <include href="dconf-snippets.xml"
           xpointer="xpointer(/*/*[ xml:id='dconf-update'])"
           xmlns="http://www.w3.org/2001/XInclude"/>
+  <include href="dconf-snippets.xml"
+          xpointer="xpointer(/*/*[ xml:id='dconf-logoutin'])"
+          xmlns="http://www.w3.org/2001/XInclude"/>
   </steps>
 
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]