From 9a9f3e10b81dbf335114ba8b7e9323eaf083c9e5 Mon Sep 17 00:00:00 2001 From: Christian Kirbach Date: Fri, 12 May 2006 18:35:51 +0000 Subject: stop using popt in favour of glib's GOption command line parsing. 2006-05-12 Christian Kirbach * daemon/gdm.c, gui/gdmXnestchosser.c, gui/gdmchooser.c, gui/gdmflexiserver.c: stop using popt in favour of glib's GOption command line parsing. * docs/C/gdm.xml: -nodaemon command line option has become --nodaemon. GDM User Commands section has been rewritten accordingly. Also the interface stability sections reflects the new changes. * daemon/gdm.c (gdm_handle_user_message): Fix compiler warning (too few arguments). * gui/gdmconfig.c (gdm_config_get_xservers): Remove two obsolete variable declarations. --- docs/es/gdm.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'docs/es/gdm.xml') diff --git a/docs/es/gdm.xml b/docs/es/gdm.xml index 0a0e4d0c..f689ae4c 100644 --- a/docs/es/gdm.xml +++ b/docs/es/gdm.xml @@ -1,8 +1,8 @@ - - + + ]>
@@ -64,13 +64,13 @@ - This manual describes version 2.15.0 of the GNOME Display Manager. It was last updated on 03/20/2006. + This manual describes version 2.15.1 of the GNOME Display Manager. It was last updated on 05/12/2006. Términos y convenciones usados en este manual - This manual describes version 2.15.0 of the GNOME Display Manager. It was last updated on 03/20/2006. + This manual describes version 2.15.1 of the GNOME Display Manager. It was last updated on 05/12/2006. Selector - Un programa que se usa para seleccionar un equipo remoto para gestionar una pantalla remotamente en la pantalla local (gdmchooser). @@ -111,6 +111,8 @@ Nota: las distribuciones a menudo cambian los valores predeterminados de las claves para soportar su plataforma. Los interfaces de línea de comandos para los programas GDM instalados en <bin> y <sbin> se consideran estables. Refiérase a su documentación de la distribución para ver si hay cualquier cambio específico de la distribución a estos interfaces de GDM y qué soporte existe para ellos. + As of the GDM 2.15 development series one-dash arguments are no longer supported. This includes the "-nodaemon" argument used by gdm and gdm-binary. It also includes the "-xdmaddress", "-clientaddress", and "-connectionType" arguments used by gdmchooser. These arguments have been changed to now use two dashes. GDM previously supported the one-dash arguments to be more similar with the XDM login manager, but one-dash command line arguments is deprecated in the GNOME stack. + Si se descubrieran problemas que rompiesen la compatibilidad, por favor envíe un error con una prioridad «urgente». @@ -405,7 +407,7 @@ gdm: .su.dominio Configuración - GDM has powerful configuration management. System configuration is stored in <share>/gdm/defaults.conf and the intention is that this file can be stored on a shared filesystem so that sysadmins can have a single file to modify to control configuration for multiple machines. Also GDM distributions may patch this file on update to improve usability, improve security, etc. Configuration may be customized for a specific machine by editing the <etc>/gdm/custom.conf file to include an override for a specific key. Those parameters in the "gui", "greeter" sections, and the security/PamStack key may be customized per-display by specifying them in a file named <etc>/gdm/custom.conf<display num>. For example, configuration overrides for display ":103" would be stored in the file <etc>/gdm/custom.conf:0. + GDM has powerful configuration management. System configuration is stored in <share>/gdm/defaults.conf and the intention is that this file can be stored on a shared filesystem so that sysadmins can have a single file to modify to control configuration for multiple machines. Also GDM distributions may patch this file on update to improve usability, improve security, etc. Configuration may be customized for a specific machine by editing the <etc>/gdm/custom.conf file to include an override for a specific key. Those parameters in the "gui", "greeter" sections, and the security/PamStack key may be customized per-display by specifying them in a file named <etc>/gdm/custom.conf<display num>. For example, configuration overrides for display ":103" would be stored in the file <etc>/gdm/custom.conf:0. Per-display configuration is supported in GDM 2.14.6 and later. The gdmsetup is a GUI program you can use to edit the GDM configuration. This program may also be launched directly from the login screen if the greeter/ConfigAvailable key is set to "true" Not all keys in the GDM configuration file are supported in the GUI, so you may need to edit the configuration files by hand to edit these keys. If you believe running root-owned GUI's causes security risk, then you would want to always edit the files by hand. This program does not support setting per-display configuration, so per-display configuration files must be set up by hand. @@ -2771,9 +2773,9 @@ remote-flexi - In remote (XDMCP) & flexi mode. - -nodaemon + --nodaemon - Si se especifica esta opción, entonces GDM no se bifurca a un segundo plano cuando se ejecuta. Puede usar tan sólo un simple guión con esta opción para preservar compatibilidad con XDM. + If this option is specified, then GDM does not fork into the background when run. Note that you cannot use the single-dash option any more that e.g. XDM understands. @@ -2859,7 +2861,7 @@ remote-flexi - In remote (XDMCP) & flexi mode. Opciones de línea de comandos de <command>gdmchooser</command> - -xdmaddress=SOCKET + --xdmaddress=SOCKET Socket para comunicación XDM. @@ -2873,7 +2875,7 @@ remote-flexi - In remote (XDMCP) & flexi mode. - -connectionType=TIPO + --connectionType=TYPE Connection type to return in response to XDM. This option is for running gdmchooser with XDM, and is not used within GDM. @@ -2980,7 +2982,7 @@ homogeneous="bool"> button - A button field. This field uses a GTK+ button. It is also possible to make a "rect" item act like a button by setting its button element to true. However it is better to use GTK+ buttons in GDM themes since these are accessible to users with disabilities. Also, GTK+ buttons can be themed. + A button field. This field uses a GTK+ button. It is also possible to make a "rect" item act like a button by setting its button element to true. However it is better to use GTK+ buttons in GDM themes since these are accessible to users with disabilities. Also, GTK+ buttons can be themed. This feature is supported in GDM 2.14.6 and later. @@ -3083,7 +3085,7 @@ homogeneous="bool"> pam-error-logo - An image that will be displayed only when a pam-error message is being displayed. This is useful for displaying an "Attention" icon, for example. + An image that will be displayed only when a pam-error message is being displayed. This is useful for displaying an "Attention" icon, for example. This feature is supported in GDM 2.14.6 and later. -- cgit v1.2.1