diff options
author | Brian Cameron <bcameron@src.gnome.org> | 2006-10-23 21:11:53 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-10-23 21:11:53 +0000 |
commit | 9be8ab3d9c71f9f6a7ab6899abf1534febfabd4e (patch) | |
tree | c8c0056188abc99ed5c93841508c871c8c57a079 /docs/C | |
parent | 9481986352de3a832393448d66b72f1eaf028301 (diff) | |
download | gdm-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.xml | 42 |
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="bool"> </varlistentry> </variablelist> - <para> - List items can have id values as follows: + List items by default display as lists, but the combo="true" 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="bool"> <para> For example suppose we are on display :0, <filename>ServAuthDir</filename> is - <filename><var>/gdm</filename> and we have the following in the + <filename><var>/lib/gdm</filename> and we have the following in the theme: </para> @@ -6441,7 +6469,7 @@ homogeneous="bool"> <para> Then if the user chooses 'Foo' then - <filename><var>/gdm/:0.GreeterInfo</filename> will contain: + <filename><var>/lib/gdm/:0.GreeterInfo</filename> will contain: <screen> custom-config=foo </screen> |