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?
Thanks
Auto login not working
Auto login not working
The default was gdm, not sddm.
Check what you have running:
If gdm, try add to /etc/gdm/custom.conf
Or, if you need sddm, try do:
Check what you have running:
Код: Выделить всё
systemctl status gdm
systemctl status sddm
Код: Выделить всё
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=user
Код: Выделить всё
sudo systemctl disable gdm
sudo systemctl enable sddm
$ - команда должна быть выполнена от имени непривилегированного пользователя,
# - команда должна быть выполнена от имени суперпользователя.
# - команда должна быть выполнена от имени суперпользователя.
Auto login not working
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?
Btw. which one should I use? I though that when I use plasma, means KDE, that SDDM and not Gnome's gdm. Or?