How to configure permanent autologin?
Posted
by
DanielGibbs
on Ask Ubuntu
See other posts from Ask Ubuntu
or by DanielGibbs
Published on 2012-10-11T20:08:16Z
Indexed on
2012/10/11
21:48 UTC
Read the original article
Hit count: 362
I'm trying to set up an Ubuntu 12.04 machine as a kiosk and I would like it, on boot, to automatically log in as my kiosk user "kiosk", and start the appropriate display manager, in this case blackbox.
I have configured /etc/lightdm/lightdm.conf
as in this question and have an appropriate /usr/share/xsessions/blackbox.desktop
to launch blackbox.
I managed to get initial autologin by using the dbus-send
method in this question, however if I right-click and select "Exit" from blackbox, then I am taken back to the login screen.
How can I configure lightdm/ubuntu to always autologin as "kiosk" instead of displaying the login screen?
Or, failing that, how can I configure blackbox to not display a menu when I right-click?
© Ask Ubuntu or respective owner