Difference between revisions of "Translations:GNOME First Steps/23/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "Por defecto, GNOME muestra el archivo {{f|/etc/motd}} por varios segundos luego de iniciar sesión con GDM. La mejor forma de eliminar este mensaje es borrando el archivo {{f|...")
 
(No difference)

Latest revision as of 01:25, April 11, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (GNOME First Steps)
By default, GNOME displays the {{f|/etc/motd}} file for several seconds after you log in via GDM. The best way to eliminate this delay is to remove the unnecessary {{f|/etc/motd}} file, which only contains information related to when your stage3 was built:
{{console|body=
###i## rm /etc/motd
}}
By default, after installing Gnome, GDM is not enabled. To enable GDM, edit {{f|/etc/conf.d/xdm}} and set the {{c|DISPLAYMANAGER}} variable to {{c|gdm}} instead of the default, {{c|xdm}}. When finished, your {{f|/etc/conf.d/xdm}} file should look like:

Por defecto, GNOME muestra el archivo /etc/motd por varios segundos luego de iniciar sesión con GDM. La mejor forma de eliminar este mensaje es borrando el archivo /etc/motd, el cual solo tiene información relacionada a la construcción del archivo stage3:

root # rm /etc/motd

Por defecto al instalar GNOME, GDM no está habilitado. Para habilitar GDM, edite el archivo /etc/conf.d/xdm y cambie la variable DISPLAYMANAGER a gdm reemplazando la variable anterior, xdm. Cuando termine, su archivo de configuración /etc/conf.d/xdm se debería ver así: