[gnome-user-docs] Split off gdm profile creation to a separate page



commit cc23e81f734260fcc595fd597d1ecdfc6fa5186a
Author: David King <amigadave amigadave com>
Date:   Tue Jun 17 18:24:23 2014 -0400

    Split off gdm profile creation to a separate page
    
    Use Xinclude to transclude the step into login-userlist-disable.page.

 system-admin-guide/C/dconf-profile-gdm.xml       |   30 ++++++++++++++++++++++
 system-admin-guide/C/login-userlist-disable.page |    7 ++---
 system-admin-guide/Makefile.am                   |    3 +-
 3 files changed, 35 insertions(+), 5 deletions(-)
---
diff --git a/system-admin-guide/C/dconf-profile-gdm.xml b/system-admin-guide/C/dconf-profile-gdm.xml
new file mode 100644
index 0000000..12196ce
--- /dev/null
+++ b/system-admin-guide/C/dconf-profile-gdm.xml
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";>
+
+  <info>
+    <revision pkgversion="3.14" date="2014-06-17" status="final"/>
+
+    <credit type="author copyright">
+      <name>David King</name>
+      <email its:translate="no">davidk gnome org</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+  <steps>
+    <item>
+      <p>Create the <file its:translate="no">gdm</file> profile if it does not
+      already exist:</p>
+      <listing its:translate="no">
+        <title><file>/etc/dconf/profile/gdm</file></title>
+        <code>user-db:user
+system-db:gdm</code>
+      </listing>
+      <p><input its:translate="no">gdm</input> is the name of a
+      <sys its:translate="no">dconf</sys> database.</p>
+    </item>
+  </steps>
+
+</page>
diff --git a/system-admin-guide/C/login-userlist-disable.page 
b/system-admin-guide/C/login-userlist-disable.page
index 60c4fba..b6e0f04 100644
--- a/system-admin-guide/C/login-userlist-disable.page
+++ b/system-admin-guide/C/login-userlist-disable.page
@@ -34,10 +34,9 @@
   password at the prompt to log in.</p>
   <steps>
     <title>Set the org.gnome.login-screen.disable-user-list key</title>
-    <item>
-      <p><link xref="dconf-profiles">Create a <sys>gdm</sys> profile</link>, if
-      one does not already exist.</p>
-    </item>
+    <include href="dconf-profile-gdm.xml"
+      xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:page/mal:steps/mal:item)"
+      xmlns="http://www.w3.org/2001/XInclude"/>
     <item>
       <p>Create a <sys>gdm</sys> keyfile for machine-wide settings in
       <file>/etc/dconf/db/gdm.d/00-login-screen</file>:</p>
diff --git a/system-admin-guide/Makefile.am b/system-admin-guide/Makefile.am
index 202bd0b..393024a 100644
--- a/system-admin-guide/Makefile.am
+++ b/system-admin-guide/Makefile.am
@@ -16,7 +16,8 @@ HELP_FILES = \
        dconf-lockdown.page             \
        dconf-nfs-home.page             \
        dconf-profiles.page             \
-       dconf-profile-user.xml          \
+       dconf-profile-gdm.xml           \
+       dconf-profile-user.xml          \
        dconf-favorite-applications.page\
        desktop-background.page         \
        extensions-enable.page          \


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