El Mon, 05 Dec 2011 15:51:47 +0100, Liuber's Hdez∴ escribió: > ¿Cómo puedo acceder como root en Gnome?
No conviene acceder como root al entorno gráfico pero es posible, aunque en cada versión de GNOME cambian la forma de hacerlo. > Solía hacerlo con kd3, en debian lenny, pero desde que cambié a squeeze > y gnome, no he descubierto cómo hacerlo, me pudiesen orientar al > respecto. Por Google comentan algo... ahora bien, piensa bien si te merece la pena porque expones tontamente el sistema a cualquier problema :-/ *** http://www.torrycrass.com/2011/05/26/debian-gdm-gnome-and-root-login/ (...) Edit the file and add the bold entries into it in the respective locations: /etc/gdm3/daemon.conf [security] AllowRoot=true [xdmcp] AllowRemoteRoot=true Now edit the file and comment out the 5th line as shown below: /etc/pam.d/gdm3 #%PAM-1.0 auth requisite pam_nologin.so auth required pam_env.so readenv=1 auth required pam_env.so readenv=1 envfile=/etc/default/locale #auth required pam_succeed_if.so user != root quiet_success @include common-auth auth optional pam_gnome_keyring.so @include common-account session required pam_limits.so @include common-session session optional pam_gnome_keyring.so auto_start @include common-password Now restart the system or log out and restart gdm by doing /etc/init.d/gdm3 restart and you should be good to go. Happy linuxing! *** Saludos, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

