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

From Funtoo
Jump to navigation Jump to search
(Created page with "Para habilitar el soporte para escáner, añada su cuenta de usuario (y las cuentas de todos los usuarios que necesiten escanear) al grupo {{c|lp}}. Al añadir a su usuario a...")
 
(No difference)

Latest revision as of 01:47, 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)
To enable scanning support, add your user account (and the accounts of any other users who may need to scan) to the {{c|lp}} group. By adding your user account to this group, you will have access to any locally attached scanner:
{{console|body=###i## gpasswd -a <username> lp}}
After adding yourself and any other desired users to the {{c|lp}} local printing group, install {{c|xsane}}, a graphical scanning frontend, by running the following command: 
{{console|body=###i## emerge xsane}}
When you run {{c|xsane}}, it should be able to access your scanner.

Para habilitar el soporte para escáner, añada su cuenta de usuario (y las cuentas de todos los usuarios que necesiten escanear) al grupo lp. Al añadir a su usuario a este grupo, tendrá acceso a cualquier escáner local:

root # gpasswd -a <username> lp

Luego de añadir a usted y a otros al grupo lp, instale xsane, un frontend gráfico para escanear documentos, con las siguientes órdenes:

root # emerge xsane

Cuando ejecute xsane, debería de poder acceder a su escáner.