[gnome-user-docs] Add login-background.page



commit 91b0d5f6707ee870811c885b9f92b9b5815cd13b
Author: Michael Hill <mdhillca gmail com>
Date:   Fri Nov 9 09:52:41 2012 -0500

    Add login-background.page

 system-admin-guide/C/login-background.page |   45 ++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/system-admin-guide/C/login-background.page b/system-admin-guide/C/login-background.page
new file mode 100644
index 0000000..7ba8a3d
--- /dev/null
+++ b/system-admin-guide/C/login-background.page
@@ -0,0 +1,45 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      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" />
+
+    <credit type="author copyright">
+      <name>Matthias Clasen</name>
+      <email>matthias clasen gmail com</email>
+      <years>2012</years>
+    </credit>
+    <credit type="author copyright">
+      <name>Michael Hill</name>
+      <email>mdhillca gmail com</email>
+      <years>2012</years>
+    </credit>
+
+    <desc>Edit the GDM dconf profile</desc>
+   </info>
+
+  <title>Changing 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 <file>org.gnome.desktop.background.picture-uri</file> 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>
+
+<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>
+  </note>
+
+</page>



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