planetwatt.com

Help and Support => Archives => wattOS R8 => Topic started by: robbie427 on May 17, 2014, 10:21:46 AM

Title: Autologin problem SOLVED
Post by: robbie427 on May 17, 2014, 10:21:46 AM
I checked the autologin box at insallation but still have to manually login each time. Anyone else having this issue and any known fixes? Wattos r8 64bit. Thanks, Rob.
Title: Re: Autologin problem
Post by: BALLOON a.k.a. Fu-sen. on May 17, 2014, 10:56:09 AM
Please try the procedure:


Open text file /etc/lightdm/lightdm.conf in root user (administrator).
For example, You execute the command from a terminal.

LXDE/Microwatt:
Code: [Select]
sudo leafpad /etc/lightdm/lightdm.conf
MATE:
Code: [Select]
sudo pluma /etc/lightdm/lightdm.conf
Or you may open in root user (administrator) from File Manager.


Please find this line. This is in around 80 lines:
Code: [Select]
#autologin-user=
#autologin-user-timeout=0

exclude Sharp (#) of the head of a line.
and include a user name to login behind "autologin-user=".

For example, if a user name is "balloon":
Code: [Select]
autologin-user=balloon
autologin-user-timeout=0

save file and closed window. Please reboot wattOS and confirm it.
Title: Re: Autologin problem
Post by: robbie427 on May 17, 2014, 11:15:38 AM
Thanks for the quick reply and fix. Worked perfectly, Rob.
Title: Re: Autologin problem SOLVED
Post by: hat on May 17, 2014, 01:35:17 PM
Me too, thanks
Title: Re: Autologin problem SOLVED
Post by: juanjuanjo on June 03, 2014, 10:05:28 AM
In Wattos R8 32bits lxde, i have the same problem.

Installing WattOS autologing I indicated that I wanted, but after installation asked me loging and password.

The problem I've seen in the file lightdm.conf
Commands:

autologin-user = user
autologin-user-timeout = 0


are written, by default, in the section:

[VNCServer]

instead of writing in the section:

[SeatDefaults]

and for that does not work autologin
Title: Re: Autologin problem SOLVED
Post by: enebre on June 14, 2014, 07:55:40 AM
up !
same problem. thank you
In Wattos R8 32bits lxde
Title: Re: Autologin problem SOLVED
Post by: teedee on October 23, 2014, 05:33:17 PM
@juanjuanjo
Excellent point. Te same with my installation! Autologin started to work only by moving lines to the proper section!
I am surprised nobody changed it (installation script) for such a long time.