[gnome-user-docs] gsettings keys tagged as terms



commit 802f2db5ea122dbd968a9f3fdb5264843070bcc8
Author: Jana Svarova <jsvarova redhat com>
Date:   Thu Jun 6 16:30:52 2013 +0200

    gsettings keys tagged as terms

 system-admin-guide/C/automatic-logout.page |   37 +++++++++++++++++----------
 system-admin-guide/C/login-banner.page     |   20 ++++++++-------
 system-admin-guide/C/login-logo.page       |    2 +-
 3 files changed, 35 insertions(+), 24 deletions(-)
---
diff --git a/system-admin-guide/C/automatic-logout.page b/system-admin-guide/C/automatic-logout.page
index 3ca53b0..3e57a34 100644
--- a/system-admin-guide/C/automatic-logout.page
+++ b/system-admin-guide/C/automatic-logout.page
@@ -22,20 +22,29 @@
   ended automatically. Use the
   <link href="man:gsettings"><cmd>gsettings</cmd></link> commandline tool to
   enable this and to set the timeout. The following keys need to be changed:</p>
-<screen>
-org.gnome.settings-daemon.plugins.power.sleep-inactive-ac-timeout
-org.gnome.settings-daemon.plugins.power.sleep-inactive-ac-type
-org.gnome.settings-daemon.plugins.power.sleep-inactive-battery-timeout
-org.gnome.settings-daemon.plugins.power.sleep-inactive-battery-type
-</screen>
 
-  <p>As you can see from the list, the keys differ according to the power mode:
-  whether the computer is on battery (-battery-) or on ac power (-ac-).</p>
-
-  <p>Firstly, you can set what kind of automatic logout should
-  be used (<var>'hibernate'</var>, <var>'suspend'</var> or <var>'do nothing'</var>)
-  and, secondly, the number of seconds the user has been inactive to log them
-  out. See the examples below.</p>
+<terms>
+  <item>
+  <title>org.gnome.settings-daemon.plugins.power.sleep-inactive-ac-timeout</title>
+    <p>sets the number of seconds the user has been inactive to log them out
+    when the computer is on ac</p>
+  </item>
+  <item>
+  <title>org.gnome.settings-daemon.plugins.power.sleep-inactive-ac-type</title>
+    <p>sets the type of automatic logout should be used (<var>'hibernate'</var>,
+    <var>'suspend'</var> or <var>'do nothing'</var>) when the computer is on ac</p>
+  </item>
+  <item>
+  <title>org.gnome.settings-daemon.plugins.power.sleep-inactive-battery-timeout</title>
+    <p>sets the number of seconds the user has been inactive to log them out
+    when the computer is on battery</p>
+  </item>
+  <item>
+  <title>org.gnome.settings-daemon.plugins.power.sleep-inactive-battery-type</title>
+    <p>sets the type of automatic logout should be used (<var>'hibernate'</var>,
+    <var>'suspend'</var> or <var>'do nothing'</var>) when the computer is on battery</p>
+  </item>
+</terms>
 
 <steps>
   <title>To suspend the computer after 5 minutes of idle:</title>
@@ -50,7 +59,7 @@ org.gnome.settings-daemon.plugins.power.sleep-inactive-battery-type
   set by default.</p>
 </note>
 
-  <p>Whereas the first example concerned a computer on alternating current,
+  <p>Whereas the first example concerned a computer on ac,
   the second example deals with a computer on battery.</p>
 
 <steps>
diff --git a/system-admin-guide/C/login-banner.page b/system-admin-guide/C/login-banner.page
index 868cbc7..34e07a9 100644
--- a/system-admin-guide/C/login-banner.page
+++ b/system-admin-guide/C/login-banner.page
@@ -43,12 +43,17 @@
 
   <p>The text banner on the login screen is controlled by the following
   <sys its:translate="no">GSettings</sys> keys:</p>
-<screen>
-org.gnome.login-screen.banner-message-enable
-org.gnome.login-screen.banner-message-text
-</screen> 
-  <p>The first key enables showing the banner message, the second is used to
-  show the text banner message in the login window.</p>
+
+<terms>
+  <item>
+      <title>org.gnome.login-screen.banner-message-enable</title>
+      <p>enables showing the banner message</p>
+  </item>
+  <item>
+  <title>org.gnome.login-screen.banner-message-text</title>
+      <p>shows the text banner message in the login window</p>
+  </item>
+</terms>
 
 <steps>
   <title>To add text to the login screen:</title>
@@ -92,11 +97,8 @@ banner-message-text='<input its:translate="yes">Type the banner message here.</i
 
 <section id="prob-update">
   <title>What if the banner message does not update?</title>
-
 </section>
--->
 
-<!--
 #gnome-os:
 <pmkovar> mclasen: so no need to cover questions like What if the banner message does not display? or What 
if the banner message does not update? in the login banner topic?
 <fmuellner> if the latter is false, the message in the former doesn't matter
diff --git a/system-admin-guide/C/login-logo.page b/system-admin-guide/C/login-logo.page
index f61a5dd..1649de6 100644
--- a/system-admin-guide/C/login-logo.page
+++ b/system-admin-guide/C/login-logo.page
@@ -51,7 +51,7 @@
   screen.</p>
 
 <steps>
-  <title>Change settings in the <sys its:translate="no">dconf</sys> profile</title>
+  <title>Change settings in the <sys its:translate="no">dconf</sys> profile.</title>
   <item><p>Add a key file to the <file its:translate="no">/etc/dconf/db/gdm.d</file>
   directory.</p></item>
   <item><p>Run the <cmd its:translate="no">dconf update</cmd> command.</p></item>


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