summaryrefslogtreecommitdiff
path: root/docs/C
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2006-10-23 21:11:53 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-10-23 21:11:53 +0000
commit9be8ab3d9c71f9f6a7ab6899abf1534febfabd4e (patch)
treec8c0056188abc99ed5c93841508c871c8c57a079 /docs/C
parent9481986352de3a832393448d66b72f1eaf028301 (diff)
downloadgdm-9be8ab3d9c71f9f6a7ab6899abf1534febfabd4e.tar.gz
Again oops, forgot to update the gdm.xml docs file with last commit.
Updating now.
Diffstat (limited to 'docs/C')
-rw-r--r--docs/C/gdm.xml42
1 files changed, 35 insertions, 7 deletions
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index 0f434bcf..260fc389 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -5823,19 +5823,47 @@ homogeneous=&quot;bool&quot;&gt;
</varlistentry>
</variablelist>
-
<para>
- List items can have id values as follows:
+ List items by default display as lists, but the combo=&quot;true&quot; attribute
+ can be used to specify combo box style. Some predefined lists may be included
+ in a theme by using the following id values. Customized lists may also be defined,
+ which are explained below.
</para>
<variablelist>
<varlistentry>
+ <term>session</term>
+ <listitem>
+ <para>
+ A list of available sessions, which allows the user to pick
+ the session to use.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <variablelist>
+ <varlistentry>
+ <term>language</term>
+ <listitem>
+ <para>
+ A list of available languages, which allows the user to pick
+ the language to use.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <variablelist>
+ <varlistentry>
<term>userlist</term>
<listitem>
<para>
- A Face Browser list, so that users can pick
- their username by clicking on this instead
- of typing.
+ A Face Browser list, so that users can pick their username
+ by clicking on this instead of typing. This obviously exposes
+ the usernames to viewers of the login screen, and is not
+ recommended for users who feel that this reduces security.
+ The face browser does not support combo box style.
</para>
</listitem>
</varlistentry>
@@ -6423,7 +6451,7 @@ homogeneous=&quot;bool&quot;&gt;
<para>
For example suppose we are on display :0,
<filename>ServAuthDir</filename> is
- <filename>&lt;var&gt;/gdm</filename> and we have the following in the
+ <filename>&lt;var&gt;/lib/gdm</filename> and we have the following in the
theme:
</para>
@@ -6441,7 +6469,7 @@ homogeneous=&quot;bool&quot;&gt;
<para>
Then if the user chooses 'Foo' then
- <filename>&lt;var&gt;/gdm/:0.GreeterInfo</filename> will contain:
+ <filename>&lt;var&gt;/lib/gdm/:0.GreeterInfo</filename> will contain:
<screen>
custom-config=foo
</screen>