auto login lubuntu 16.04 xenial

Please post all general support questions for LXDE here.
Locked
andersonpow
Posts: 1
Joined: Tue Feb 14, 2017 9:24 pm

auto login lubuntu 16.04 xenial

Post by andersonpow »

hello guys, I have this Lubuntu 16.04 xenial installed with VirtualBox
Im trying to find how to autoboot when the power button is pressed (no needing to click or type any password)

any help?

thank you
Rex Bouwense
Posts: 1093
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: auto login lubuntu 16.04 xenial

Post by Rex Bouwense »

Not exactly sure of what you want. If you want to automatically log in to Lubuntu 16.04 see https://help.ubuntu.com/community/Lubun ... LightDM.29 or http://www.htpcbeginner.com/enable-lubuntu-auto-login/
Rex
oui
Posts: 37
Joined: Tue Jun 23, 2009 10:15 pm

Re: auto login lubuntu 16.04 xenial

Post by oui »

Hi

I did realize exactly that using sddm and adding the (normally always available) /etc/sddm.conf with the adequate parameters, see my other recent postings on this forum!

my actual sddm.conf:

Code: Select all

[Autologin]
Relogin=false
Session=QLubuntu.desktop
User=Jo

[General]
AutoRelogin=true
AutoUser=f
CursorTheme=
HaltCommand=/usr
good luck!
seppalta
Posts: 449
Joined: Tue Sep 20, 2011 6:09 am
Location: USA
Contact:

Re: auto login lubuntu 16.04 xenial

Post by seppalta »

This depends upon who your display manager is. See http://lxlinux/login-pswd.html for recipes for the 3 most common light display managers. The file /etc/X11/default-display-manager should name your display manager. If not, put the following in terminal and click the return key:

Code: Select all

</var/lib/dpkg/status awk '
    /^Package: / {package = $2}
    /^Provides: .*x-display-manager/ {print package}'
Locked