Страница 1 из 1

Auto login not working

Добавлено: 14 ноя 2021, 22:34
trencan
Hello,

I set up auto-login in "Login screen (SDDM)", but after reboot the user is displayed in login screen but not logged in automatically. What is wrong?
Screenshot_20211114_203221.jpg
Thanks

Auto login not working

Добавлено: 14 ноя 2021, 23:22
va9(2)
The default was gdm, not sddm.
Check what you have running:

Код: Выделить всё

systemctl status gdm
systemctl status sddm
If gdm, try add to /etc/gdm/custom.conf

Код: Выделить всё

[daemon]
AutomaticLoginEnable=True
AutomaticLogin=user
Or, if you need sddm, try do:

Код: Выделить всё

sudo systemctl disable gdm
sudo systemctl enable sddm

Auto login not working

Добавлено: 15 ноя 2021, 00:22
trencan
Thanks for hint. I enabled sddm and now it works.

Btw. which one should I use? I though that when I use plasma, means KDE, that SDDM and not Gnome's gdm. Or?