Skip login window?
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
I've just installed trisquel 6.0 on two machines in a public library. It's great! (no more having to tell people where to find the "close window" button in Unity, etc)
It would be ideal if we could completely skip the login screen. (We just have one account, "public". Admin tasks can be done with a sudo password.) At the moment people have to click on "public", which is okay, but I could envisage problems if someone clicks on "Other" by accident.
thanks.
System Settings > Users and Groups
password: Asked on login
click on change
I think you should not allow the user "public" to use sudo.
I think lightdm can skip itself
lightdm isn't installed in Trisquel but gdm. And the problem isn't password but having to choose user.
What is needed is autologin. To enable it, edit (or create, dunno if it exists by default) /etc/gdm/custom.conf, add
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=public
Just to confirm that this does work (thanks lembas).
- Vous devez vous identifier ou créer un compte pour écrire des commentaires