i have similar problem here
cant disable the login at the starup point , dont know what to do
Cómo activar el inicio de sesion automática
Cómo activar el inicio de sesion automática
Last edited by JCSenar on Thu Sep 24, 2020 8:07 am, edited 1 time in total.
Reason: Tema separado, título corregido y enlace añadido
Reason: Tema separado, título corregido y enlace añadido
- JOPETA
- Level 17
- Posts: 7412
- Joined: Thu Nov 20, 2014 6:10 am
- Location: En un lugar de cuyo nombre no quiero acordarme
Re: Inicio de sesion automática
That's an old thread, when mdm was been replaced by ligtdm as default dm in LM 18.2, and you have installed LM 19 as per this other post in January. Any way, first you will need to be sure lightdm is installed an it is set as default dm (apokrell wrote: ↑Wed Sep 23, 2020 8:22 ami have similar problem here
cant disable the login at the starup point , dont know what to do
cat /etc/X11/default-display-manager
).If you don't want to see the login window (i.e. automatic login or auto-login) you will need to change Login Window settings. Click on Menu>Control center>Login Window>Users>Automatic login . Write your user name in there (w/o capital letters) and set Delay (timeout) to 0 seconds . Click on next image to enlarge.
or from a terminal (Alt+Ctrl+T) editing /etc/lightdm/lightdm.conf file.
Just copy and paste following code Change the lines in [Seat:*]. Uncomment the lines by removing the “#” in front of each line if any.
Then reboot. Code: Select all
xed admin:////etc/lightdm/lightdm.conf
Save changes and close editor.[Seat:*]
autologin-guest=false
autologin-user-timeout=0
allow-guest=false
autologin-user=your_user

If login window still appears at start-up, be sure there is no other dm (
apt list --installed *dm
) installed and your user belong to nopasswdlogin group as per id
(if he doesn't, you can add him with sudo adduser your_user nopasswdlogin
). Similar problems are also reported after certain software updates/upgrades and most of then had been solved after reinstalling and reconfiguring lightdm:
Code: Select all
apt reinstall lightdm lightdm-settings slick-greeter && sudo dpkg-reconfigure lightdm
______________________________________________
Por coherencia con el foro la traducción al español de mi respuesta por si sirve a alguien.
Ese es un hilo antiguo, cuando mdm fue reemplazado por lightdm como ventana de inicio (en adelante dm de Display Manager que significa algo parecido) predeterminado en LM 18.2, y tu has instalado LM 19 según este post de enero. De cualquier forma, primero deberás asegurarte de que lightdm esté instalado y configurado como dm predeterminado (apokrell wrote: ↑Wed Sep 23, 2020 8:22 amTengo un problema similar aquí.
No puedo desactivar el inicio (ventana) al inicio de la sesison. No se qué puedo hacer.
cat /etc/X11/default-display-manager
). Si no deseas ver la ventana de inicio de sesión (es decir, inicio de sesión automático o autologin), deberás cambiar la configuración de la ventana de inicio de sesión .
Haz clic en Menú>Centro de control>Ventana de inicio>Usuarios>Inicio de sesión automático . Escribe tu nombre de usuario ahí (sin letras mayúsculas) y configura un retraso (tiempo de espera) de 0 segundos. Haz clic en la siguiente imagen para ampliar.
o desde la terminal (Alt+Ctrl+T) editando el achivo /etc/lightdm/lightdm.conf:
Simplemente copie y pegue el siguiente código Cambia las líneas en [Seat:*]. Quita el comentario de las líneas eliminando el "#" delante de cada línea, si corresponde.
Luego reincia. :wink Code: Select all
xed admin:////etc/lightdm/lightdm.conf
Guarda los cambios y cierre el editor.[Seat: *]
autologin-guest=false
autologin-user-timeout= 0
allow-guest=false
autologin-user=your_user
Si la ventana de logueo aún aparece al inicio, asegúrate de que no tienes instalado otro dm (
apt list --installed *dm
) y que tu usuario pertenece al grupo nopasswdlogin con id
(si no pertenece puedes añadirlo con sudo adduser your_user nopasswdlogin
). Problemas similares tambien han sido informados después de la actualización/upgrade de cierto software y la mayoría de la veces se resolvió tras reinstalar y reconfigurar lightdm:
Code: Select all
apt reinstall lightdm lightdm-settings slick-greeter && sudo dpkg-reconfigure lightdm
(edited) Gracias JCSenar.

Ni cola de león ni cabeza de ratón, prefiero ser diente de ajo.(Javier Krahe)