How to configure permanent autologin?
- by DanielGibbs
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?