[gnome-user-docs] Split off generic instructions for updating dconf



commit 03b717800f9466b761ceb820ed34df21feb653bd
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Fri Apr 19 14:54:57 2013 +0100

    Split off generic instructions for updating dconf
    
    Move the instructions for problems with updating dconf to a separate
    file as they can be included in a number of pages.

 system-admin-guide/C/login-banner.page  | 43 ++++++++++++++++++---------------
 system-admin-guide/C/prob-gdm-dconf.xml | 39 ++++++++++++++++++++++++++++++
 system-admin-guide/Makefile.am          |  1 +
 3 files changed, 63 insertions(+), 20 deletions(-)
---
diff --git a/system-admin-guide/C/login-banner.page b/system-admin-guide/C/login-banner.page
index 3ef715a..042b57f 100644
--- a/system-admin-guide/C/login-banner.page
+++ b/system-admin-guide/C/login-banner.page
@@ -5,7 +5,7 @@
 
   <info>
     <link type="guide" xref="index" group="login" />
-    <revision pkgversion="3.8" version="0.1" date="2013-04-18" status="draft"/>
+    <revision pkgversion="3.8" version="0.1" date="2013-04-19" status="review"/>
 
     <credit type="author copyright">
       <name>Matthias Clasen</name>
@@ -62,27 +62,30 @@ banner-message-text='<input its:translate="yes">Type the banner message here.</i
     files.</p>
   </note>
 
-<section id="prob">
+<!-- TODO
+<section>
+  <title>What if the banner message does not display?</title>
+
+  <comment>
+    <cite>Kat</cite>
+    <p>Apparently the message may not be displayed if the theme does not
+    support it. Find out if this is really the case and how to check the
+    theme.</p>
+  </comment>
+
+</section>
+-->
+
+<section id="prob-update">
   <title>What if the banner message does not update?</title>
 
-  <p>You may need to delete the old <app its:translate="no">dconf</app>
-  database for the <file its:translate="no">gdm</file> profile:</p>
-
-  <steps>
-    <item>
-      <p>Add the keys to a file in the
-      <file its:translate="no">/etc/dconf/db/gdm.d</file> directory.</p>
-    </item>
-    <item>
-      <p>Delete <file its:translate="no">/etc/dconf/db/gdm</file>.</p>
-    </item>
-    <item>
-      <p>Run <cmd its:translate="no">dconf update</cmd>.</p>
-    </item>
-    <item>
-      <p>Restart <sys its:translate="no">gdm</sys>.</p>
-    </item>
-  </steps>
+  <include href="prob-gdm-dconf.xml"
+    xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:page/mal:p)"
+    xmlns="http://www.w3.org/2001/XInclude"/>
+
+  <include href="prob-gdm-dconf.xml"
+    xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:page/mal:steps)"
+    xmlns="http://www.w3.org/2001/XInclude"/>
 
 </section>
 
diff --git a/system-admin-guide/C/prob-gdm-dconf.xml b/system-admin-guide/C/prob-gdm-dconf.xml
new file mode 100644
index 0000000..1cda9ed
--- /dev/null
+++ b/system-admin-guide/C/prob-gdm-dconf.xml
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";>
+
+  <info>
+    <revision pkgversion="3.8" date="2013-04-19" status="candidate"/>
+
+    <credit type="author copyright editor">
+      <name>Ekaterina Gerasimova</name>
+      <email its:translate="no">kittykat3756 gmail com</email>
+      <years>2013</years>
+    </credit>
+  </info>
+
+  <comment>
+    <cite href="mailto:kittykat3756 gmail com">Kat</cite>
+    <p>This snippet is included on pages that instruct the user on how to
+    update the gdm dconf database.</p>
+  </comment>
+
+  <p>You may need to delete the old <sys its:translate="no">dconf</sys>
+  database for the <file its:translate="no">gdm</file> profile:</p>
+
+  <steps>
+    <item>
+      <p>Add the keys to a file in the
+      <file its:translate="no">/etc/dconf/db/gdm.d</file> directory.</p>
+    </item>
+    <item>
+      <p>Delete <file its:translate="no">/etc/dconf/db/gdm</file>.</p>
+    </item>
+    <item>
+      <p>Run <cmd its:translate="no">dconf update</cmd>.</p>
+    </item>
+    <item>
+      <p>Restart <sys its:translate="no">gdm</sys>.</p>
+    </item>
+  </steps>
+
+</page>
diff --git a/system-admin-guide/Makefile.am b/system-admin-guide/Makefile.am
index 41c3af9..ed2e382 100644
--- a/system-admin-guide/Makefile.am
+++ b/system-admin-guide/Makefile.am
@@ -26,6 +26,7 @@ HELP_FILES = \
        overrides.page                  \
        power-settings.page             \
        printer-configuration.page      \
+       prob-gdm-dconf.xml              \
        processes.page                  \
        screen-locking.page             \
        servers-list.page               \


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