[gnome-user-docs] Update logout-automatic.page



commit ce62ee7e46138b7aa5e6607e0ea07fd57bd6da4b
Author: Petr Kovar <pkovar redhat com>
Date:   Wed Jun 18 16:41:23 2014 -0400

    Update logout-automatic.page

 system-admin-guide/C/logout-automatic.page |   31 ++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/system-admin-guide/C/logout-automatic.page b/system-admin-guide/C/logout-automatic.page
index d4f6518..7ef0469 100644
--- a/system-admin-guide/C/logout-automatic.page
+++ b/system-admin-guide/C/logout-automatic.page
@@ -5,9 +5,11 @@
 
   <info>
     <link type="guide" xref="login#management" />
-    <revision pkgversion="3.10" date="2013-07-17" status="incomplete"/>
     <link type="seealso" xref="dconf-profiles" />
     <link type="seealso" xref="dconf-lockdown" />
+    <link type="seealso" xref="login-automatic" />
+
+    <revision pkgversion="3.12" date="2014-06-18" status="review"/>
 
     <credit type="author copyright">
       <name>Ekaterina Gerasimova</name>
@@ -15,19 +17,30 @@
       <years>2013</years>
     </credit>
 
+    <credit type="editor">
+      <name>Petr Kovar</name>
+      <email its:translate="no">pknbe volny cz</email>
+      <years>2014</years>
+    </credit>
+
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <desc>End an idle user session.</desc>
 
   </info>
 
-  <title>Automatic logout</title>
+  <title>Configure automatic logout</title>
 
   <p>User sessions that have been idle for a specific period of time can be
   ended automatically. You can set different behaviour based on whether the
   machine is running from a battery or from mains power by setting the
   corresponding <sys its:translate="no">dconf</sys> key, then locking it.</p>
 
+  <note style="warning">
+    <p>Keep in mind that users can potentially lose unsaved data if an idle
+    session is automatically ended.</p>
+  </note>
+
   <steps>
     <title>Set automatic logout for a mains powered machine</title>
     <item>
@@ -71,7 +84,7 @@ sleep-inactive-ac-type='logout'
   <!-- There will shortly be a way to get key descriptions using gsettings, we
        should recommend this instead of listing the terms here. See
        https://bugzilla.gnome.org/show_bug.cgi?id=668232 -->
-  <p>The following gsettings keys are of interest:</p>
+  <p>The following GSettings keys are of interest:</p>
   <terms>
     <item>
       <title><code>org.gnome.settings-daemon.plugins.power.sleep-inactive-ac-timeout</code></title>
@@ -96,5 +109,15 @@ sleep-inactive-ac-type='logout'
   </terms>
 
   <p>You can run <cmd>gsettings range</cmd> on a key for a list of values which
-  you can use.</p>
+  you can use. For example: </p>
+  
+  <screen>$ <input>gsettings range org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type</input>
+enum
+'blank'
+'suspend'
+'shutdown'
+'hibernate'
+'interactive'
+'nothing'
+'logout'</screen>
 </page>


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