summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2007-02-09 01:48:24 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-02-09 01:48:24 +0000
commit5093fbb77b10135b93e8d32e3254cb6fdd10f829 (patch)
tree872cf230c9a86895d0632b923a48d22821c02ca5 /docs
parent40a6944a8ba3e940164b473cff64ed4eef61bed0 (diff)
downloadgdm-5093fbb77b10135b93e8d32e3254cb6fdd10f829.tar.gz
Fixing propset
svn path=/trunk/; revision=4573
Diffstat (limited to 'docs')
-rw-r--r--docs/es/gdm.xml70
1 files changed, 63 insertions, 7 deletions
diff --git a/docs/es/gdm.xml b/docs/es/gdm.xml
index d69572fa..72b688c1 100644
--- a/docs/es/gdm.xml
+++ b/docs/es/gdm.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
-<!ENTITY version "2.17.4">
-<!ENTITY date "12/13/2006">
+<!ENTITY version "2.17.7">
+<!ENTITY date "01/22/2007">
]>
<article id="index" lang="es">
<articleinfo>
@@ -11,7 +11,7 @@
<revhistory>
<revision>
<revnumber>0.0</revnumber>
- <date>2006-12</date>
+ <date>2007-01</date>
</revision>
</revhistory>
@@ -79,8 +79,8 @@
<releaseinfo>
- This manual describes version 2.17.4 of the GNOME Display Manager.
- It was last updated on 12/13/2006.
+ This manual describes version 2.17.7 of the GNOME Display Manager.
+ It was last updated on 01/22/2007.
</releaseinfo>
</articleinfo>
@@ -88,8 +88,8 @@
<title>Términos y convenciones usados en este manual</title>
<para>
- This manual describes version 2.17.4 of the GNOME Display Manager.
- It was last updated on 12/13/2006.
+ This manual describes version 2.17.7 of the GNOME Display Manager.
+ It was last updated on 01/22/2007.
</para>
<para>Selector: Un programa que se usa para seleccionar un equipo remoto para gestionar una pantalla remotamente en la pantalla local (<command>gdmchooser</command>).</para>
@@ -2222,7 +2222,9 @@ ATTACHED_SERVERS
AUTH_LOCAL
CLOSE
FLEXI_XNEST
+FLEXI_XNEST_USER
FLEXI_XSERVER
+FLEXI_XSERVER_USER
GET_CONFIG
GET_CONFIG_FILE
GET_CUSTOM_CONFIG_FILE
@@ -2403,6 +2405,36 @@ Answers:
</screen>
</sect3>
+ <sect3 id="flexixnestuser">
+ <title>FLEXI_XNEST_USER</title>
+<screen>
+FLEXI_XNEST_USER: Start a new flexible Xnest display and
+ initialize the greeter with the given username.
+Note: This is a variant of the FLEXI_XNEST command.
+Note: The cookie should be the MIT-MAGIC-COOKIE-1,
+ the first one GDM can find in the XAUTHORITY
+ file for this display. If that's not what you
+ use you should generate one first. The cookie
+ should be in hex form.
+Supported since: 2.17.7
+Arguments: &lt;username&gt; &lt;display to run on&gt; &lt;uid of requesting user&gt;
+ &lt;xauth cookie for the display&gt; &lt;xauth file&gt;
+Answers:
+ OK &lt;display&gt;
+ ERROR &lt;err number&gt; &lt;english error description&gt;
+ 0 = Not implemented
+ 1 = No more flexi servers
+ 2 = Startup errors
+ 3 = X failed
+ 4 = X too busy
+ 5 = Xnest can't connect
+ 6 = No server binary
+ 100 = Not authenticated
+ 200 = Too many messages
+ 999 = Unknown error
+</screen>
+ </sect3>
+
<sect3 id="flexixserver">
<title>FLEXI_XSERVER</title>
<screen>
@@ -2426,6 +2458,30 @@ Answers:
</screen>
</sect3>
+ <sect3 id="flexixserveruser">
+ <title>FLEXI_XSERVER_USER</title>
+<screen>
+FLEXI_XSERVER_USER: Start a new X flexible display and initialize the
+ greeter with the given username. Only supported on
+ connection that passed AUTH_LOCAL
+Supported since: 2.17.7
+Arguments: &lt;username&gt; &lt;xserver type&gt;
+ If no server type specified, starts the standard X server
+Answers:
+ OK &lt;display&gt;
+ ERROR &lt;err number&gt; &lt;english error description&gt;
+ 0 = Not implemented
+ 1 = No more flexi servers
+ 2 = Startup errors
+ 3 = X failed
+ 4 = X too busy
+ 6 = No server binary
+ 100 = Not authenticated
+ 200 = Too many messages
+ 999 = Unknown error
+</screen>
+ </sect3>
+
<sect3 id="getconfig">
<title>GET_CONFIG</title>
<screen>