[gnome-user-docs] Steps added to login-background.page



commit 27726725dffa00b41b869e64bd7232c32f87d0c4
Author: Jana Svarova <jsvarova redhat com>
Date:   Thu Jun 6 13:24:37 2013 +0200

    Steps added to login-background.page
    
    To harmonize the login- pages style-wise, I have added a simple
    procedure to this page. There is also a link to the newly created
    gdm-restart.page.

 system-admin-guide/C/login-background.page |   35 ++++++++++++++++++++--------
 1 files changed, 25 insertions(+), 10 deletions(-)
---
diff --git a/system-admin-guide/C/login-background.page b/system-admin-guide/C/login-background.page
index 157c3af..8f8fb85 100644
--- a/system-admin-guide/C/login-background.page
+++ b/system-admin-guide/C/login-background.page
@@ -1,42 +1,57 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="login-background">
   <info>
     <revision version="0.1" date="2012-05-21" status="draft"/>
     <link type="guide" xref="index" group="login" />
+    <link type="seealso" xref="gdm-restart"/>
 
     <credit type="author copyright">
       <name>Matthias Clasen</name>
-      <email>matthias clasen gmail com</email>
+      <email its:translate="no">matthias clasen gmail com</email>
       <years>2012</years>
     </credit>
     <credit type="author copyright">
       <name>Michael Hill</name>
-      <email>mdhillca gmail com</email>
+      <email its:translate="no">mdhillca gmail com</email>
       <years>2012</years>
     </credit>
-
-    <desc>Edit the GDM dconf profile</desc>
+    <credit type="editor">
+      <name>Jana Svarova</name>
+      <email its:translate="no">jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+    <desc>Edit the <sys its:translate="no">GDM</sys> <sys its:translate="no">dconf</sys> profile</desc>
    </info>
 
-  <title>Changing the background of the login screen</title>
+  <title>Change the background of the login screen</title>
 
   <comment>
     <cite date="2012-11-07" href="mailto:mdhillca gmail com">Michael Hill</cite>
     <p>Adapted from l-g-o SysAdminGuide page.</p>
   </comment>
 
-  <p>See the <cmd>org.gnome.desktop.background.picture-uri</cmd> gsettings
- key. Note that <app>GDM</app> uses its own DConf profile. To change settings in
- this profile, place a keyfile in <file>/etc/dconf/db/gdm.d</file> and run
- <input>dconf update</input>. Here is an example keyfile that could be stored as
- <file>/etc/dconf/db/gdm.d/corp-login</file>:</p>
+  <p>Change of the background of the login screen is controlled by the
+  <cmd>org.gnome.desktop.background.picture-uri</cmd>
+  <sys its:translate="no">GSettings</sys> key. <app>GDM</app> uses its own
+  <sys its:translate="no">dconf</sys> profile. To change settings in this profile,
+  follow these steps:</p>
+
+<steps>
+<title>Change settings in the <sys its:translate="no">dconf</sys> profile</title>
+  <item><p>Place a keyfile in the <file>/etc/dconf/db/gdm.d</file> directory.</p></item>
+  <item><p>Run the <input>dconf update</input> command.</p></item>
+</steps>
+
+  <p>Here is an example keyfile that could be stored as <file>/etc/dconf/db/gdm.d/corp-login</file>:</p>
 
 <code>
 [org/gnome/desktop/background]
 picture-uri='file:///opt/corp/background.jpg'
 </code>
 
+
   <note>
     <p>Note that these DConf key files are slightly different from gsettings
     override files.</p>


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