summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2007-05-07 02:03:09 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-05-07 02:03:09 +0000
commit088ff8dba8a807cb4ed0e7a5f5bfc4b784cec2a7 (patch)
treee3100c3906179e7c80a13655467ba847e066ef79
parent0082acce310ca07065fbaf6e6d33134fb76e8dac (diff)
downloadgdm-088ff8dba8a807cb4ed0e7a5f5bfc4b784cec2a7.tar.gz
Update background property documentation.
2007-05-04 Frederic Crozat <fcrozat@mandriva.com> * C/gdm.xml: Update background property documentation. svn path=/trunk/; revision=4887
-rw-r--r--docs/C/gdm.xml21
-rw-r--r--docs/ChangeLog5
-rw-r--r--docs/es/gdm.xml4
-rw-r--r--docs/uk/gdm.xml4
4 files changed, 32 insertions, 2 deletions
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index f5944966..73249a27 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -6557,6 +6557,27 @@ homogeneous=&quot;bool&quot;&gt;
If no item node has &quot;background&quot; 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 &quot;item&quot; node with &quot;background&quot; property set to &quot;true&quot; to draw login transition background before &quot;item&quote; node (without any &quot;background&quot; property) used for greeter background. For instance :
+ </para>
+<screen>
+&lt;?xml version="1.0" encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE greeter SYSTEM &quot;greeter.dtd&quot;&gt;
+ &lt;greeter&gt;
+
+ &lt;item type=&quot;rect&quot; background=&quot;true&quot;&gt;
+ &lt;normal file="background_for_login.svg"/&gt;
+ &lt;pos x=&quot;0&quot; y=&quot;0&quot; width=&quot;100%&quot; height=&quot;100%&quot;/&gt;
+ &lt;/item&gt;
+ &lt;item type=&quot;rect&quot;&gt;
+ &lt;normal file="background_for_greeter.svg"/&gt;
+ &lt;pos x=&quot;0&quot; y=&quot;0&quot; width=&quot;100%&quot; height=&quot;100%&quot;/&gt;
+ &lt;/item&gt;
+[...]
+&lt;/greeter&gt;
+</screen>
</sect3>
<sect3 id="positionnodes">
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 7e2ea3ed..1df5a3cd 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-04 Frederic Crozat <fcrozat@mandriva.com>
+
+ * C/gdm.xml:
+ Update background property documentation.
+
2007-04-28 Changwoo Ryu <cwryu@debian.org>
* Makefile.am (SUBDIRS): Removed "ko".
diff --git a/docs/es/gdm.xml b/docs/es/gdm.xml
index fb75773e..67e9cc26 100644
--- a/docs/es/gdm.xml
+++ b/docs/es/gdm.xml
@@ -778,7 +778,9 @@ PostSession/
session files to specify additional arguments to be passed to the
X server. For example, the entry
<filename>X-Gdm-XserverArgs=-depth 16</filename> will start the
- X server with a color depth of 16 bits.
+ X server with a color depth of 16 bits. Any such additional arguments
+ are ignored when using a Nested display (when GDM is launched in a
+ window).
</para>
<sect2 id="scriptdirs">
diff --git a/docs/uk/gdm.xml b/docs/uk/gdm.xml
index 6cca5148..06f5caf0 100644
--- a/docs/uk/gdm.xml
+++ b/docs/uk/gdm.xml
@@ -1216,7 +1216,9 @@ PostSession/
session files to specify additional arguments to be passed to the
X server. For example, the entry
<filename>X-Gdm-XserverArgs=-depth 16</filename> will start the
- X server with a color depth of 16 bits.
+ X server with a color depth of 16 bits. Any such additional arguments
+ are ignored when using a Nested display (when GDM is launched in a
+ window).
</para>
<sect2 id="scriptdirs">