Friday, June 28, 2013

Set Lubuntu to autologon

To set Lubuntu (tested using 13.04 minimal install) to auto-logon, change /etc/lightdm/lightdm.conf, see below for samle cofiguration.

[SeatDefaults]
autologin-user=timus
autologin-timeout=0
user-session=Lubuntu
greeter-session=lightdm-gtk-greeter

References:
http://ubuntuforums.org/showthread.php?t=1472113

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...