summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-05-08 09:59:32 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-05-08 09:59:32 +0000
commit56a8f5bd375459b693f1be681409e6f24922b11b (patch)
tree24b3e3b7d9681210b01d428f1c4e7806805b9f74
parent8b1461f8fe32289b270146868603c24de0ccc1d7 (diff)
downloadgdm-56a8f5bd375459b693f1be681409e6f24922b11b.tar.gz
Now refer to full documentation in "Applications / System Tools" section
2007-05-08 Brian Cameron <brian.cameron@sun.com> * docs/gdm.1: Now refer to full documentation in "Applications / System Tools" section rather than "GNOME / System". Fixes bug #436807. Patch by Lo\357c Minier <lool+gnome@via.ecp.fr> svn path=/trunk/; revision=4899
-rw-r--r--ChangeLog7
-rw-r--r--docs/es/gdm.xml21
-rw-r--r--docs/gdm.12
-rw-r--r--docs/uk/gdm.xml21
4 files changed, 50 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d54dafef..bd79ccee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-08 Brian Cameron <brian.cameron@sun.com>
+
+ * docs/gdm.1: Now refer to full documentation in
+ "Applications / System Tools" section rather than
+ "GNOME / System". Fixes bug #436807. Patch by
+ Lo\357c Minier <lool+gnome@via.ecp.fr>
+
2007-05-08 Loïc Minier <lool@dooz.org>
* config/gdm.conf.in: Fix misc typos. Fixes bug #436814.
diff --git a/docs/es/gdm.xml b/docs/es/gdm.xml
index 67e9cc26..3e956b41 100644
--- a/docs/es/gdm.xml
+++ b/docs/es/gdm.xml
@@ -4332,6 +4332,27 @@ homogeneous="bool"&gt;
If no item node has "background" property set, then the
background is not modified when greeter exits.
</para>
+
+ <para>
+ To use a different background for login transition than the one
+ used for login, insert a "item" node with "background" property set to "true" to draw login transition background before "item&quote; node (without any "background" property) used for greeter background. For instance :
+ </para>
+<screen>
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;!DOCTYPE greeter SYSTEM "greeter.dtd"&gt;
+ &lt;greeter&gt;
+
+ &lt;item type="rect" background="true"&gt;
+ &lt;normal file="background_for_login.svg"/&gt;
+ &lt;pos x="0" y="0" width="100%" height="100%"/&gt;
+ &lt;/item&gt;
+ &lt;item type="rect"&gt;
+ &lt;normal file="background_for_greeter.svg"/&gt;
+ &lt;pos x="0" y="0" width="100%" height="100%"/&gt;
+ &lt;/item&gt;
+[...]
+&lt;/greeter&gt;
+</screen>
</sect3>
<sect3 id="positionnodes">
diff --git a/docs/gdm.1 b/docs/gdm.1
index a87cadf0..ebe7a6b2 100644
--- a/docs/gdm.1
+++ b/docs/gdm.1
@@ -38,7 +38,7 @@ used options.
.P
For full documentation see the GNOME help browser
under the
-.B GNOME / System
+.B Applications / System Tools
section.
.SH OPTIONS
.B gdm
diff --git a/docs/uk/gdm.xml b/docs/uk/gdm.xml
index 06f5caf0..6f86ffaf 100644
--- a/docs/uk/gdm.xml
+++ b/docs/uk/gdm.xml
@@ -5035,6 +5035,27 @@ homogeneous="bool"&gt;
If no item node has "background" property set, then the
background is not modified when greeter exits.
</para>
+
+ <para>
+ To use a different background for login transition than the one
+ used for login, insert a "item" node with "background" property set to "true" to draw login transition background before "item&quote; node (without any "background" property) used for greeter background. For instance :
+ </para>
+<screen>
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;!DOCTYPE greeter SYSTEM "greeter.dtd"&gt;
+ &lt;greeter&gt;
+
+ &lt;item type="rect" background="true"&gt;
+ &lt;normal file="background_for_login.svg"/&gt;
+ &lt;pos x="0" y="0" width="100%" height="100%"/&gt;
+ &lt;/item&gt;
+ &lt;item type="rect"&gt;
+ &lt;normal file="background_for_greeter.svg"/&gt;
+ &lt;pos x="0" y="0" width="100%" height="100%"/&gt;
+ &lt;/item&gt;
+[...]
+&lt;/greeter&gt;
+</screen>
</sect3>
<sect3 id="positionnodes">