vovs03 / desertos

It's time, when desert dominates in a clean operating system. And you need to build everything from scratch here.
0 stars 0 forks source link

LM19 don't accepting user password #44

Open vovs03 opened 5 years ago

vovs03 commented 5 years ago

Steps for ressurect login into OS

Try to see:

-/etc/lightdm/lightdm.conf

Loading from USB-boot-stick (LM19)

mint@mint:/media/mint/eac34ece-6eb2-4108-9b74-380ad30d167e$ sudo cat /media/mint/eac34ece-6eb2-4108-9b74-380ad30d167e/etc/lightdm/lightdm.conf
[Seat:*]
autologin-guest=false
autologin-user=keyjoo
autologin-user-timeout=0

:heavy_plus_sign: Added user-session=ubuntu

Links

vovs03 commented 5 years ago

Search

google: /etc/lightdm/lightdm.conf password cinnamon

Solution

Set:

[Seat:*]
user-session=cinnamon
autologin-user=yourusername

The 'user-session'-name can be found in '/usr/share/xsessions'. So, even if it says 'Cinnamon' there, set 'cinnamon' in lightdm.conf. The same for autologin-user=yourusername (all in lowercase letters).

Of course 'user-session' could be sth else or could be left out (for starting up with default ubuntu). Leaving autologin-user empty should let you startup with the login-screen again.

At least this is how I've understood the session-autologinthing and this is what is working for me.

P.S.: Cinnamon can seem to be slow at first. Go to Settings/Effects and put off all effects.

vovs03 commented 5 years ago

Not plus...

Again

sudo nano /media/mint/eac34ece-6eb2-4108-9b74-380ad30d167e/etc/lightdm/lightdm.conf

vovs03 commented 5 years ago

And more...

17:15

[SOLVED] Cannot Login (login loop)

vovs03 commented 5 years ago

17:40

Guest62049: so it's not your passwd is not accepted, but after login - the screen turns black shortly and you are back to the login again? // case yes: switch to a text-console using `CTRL+ALT+F1` (to return later `CTRL+ALT+F7`) login in there, then check the output of `startx` (will give you some more infos) `sudo startx`