VSIDO Community

VSIDO Support => General Support => Topic started by: Dodge Ram on August 11, 2013, 02:34:20 PM

Title: User Accounts
Post by: Dodge Ram on August 11, 2013, 02:34:20 PM
I want to set up the user login to auto login. I am trying to access the user accounts to accomplish this but I cannot find it anywhere. Can anyone help? Thanks
Title: Re: User Accounts
Post by: lwfitz on August 11, 2013, 04:12:40 PM
The best way Ive found to do this is to edit the lighdm config

run

sudo medit /etc/lightdm/lightdm.conf

and change


#autologin-user=vsido
#autologin-user-timeout=0
##autologin-session=UNIMPLEMENTED


to


autologin-user=your user
autologin-user-timeout=0
autologin-session=the WM you want


So at the moment mine looks like


autologin-user=luke
autologin-user-timeout=0
autologin-session=cinnamon
Title: Re: User Accounts
Post by: VastOne on August 11, 2013, 10:58:53 PM
^ Nicely done lwfitz, well done!
Title: Re: User Accounts
Post by: Dodge Ram on August 12, 2013, 08:50:41 AM
Thanks. I made the changes you said and it didn't do any good. Still had a log-in. On line  111 shows
autologin-user=

autologin-user=Al
I put my name in and it worked. Thanks