I seem to have lost the auto-login facility - using Tumbleweed latest snaphot 11112021 Plasma KDE.
I have checked the Yast Setting and that still shows auto-login enabled. Have also checked the behaviour setting in System Settings / Start Up And Shut Down / Login Screen (SDDM) and that looks right too.
The setting in the file in etc / sysconfig / displaymanager is
I assume that the DISPLAYMANAGER_AUTOLOGIN entry in /etc/sysconfig/displaymanager is as you reported it in your opening post? If so, you should submit a bug report.
That’s how I recalled it some years back, but DISPLAYMANAGER_AUTOLOGIN entry in /etc/sysconfig/displaymanager is what counts now. I don’t usually enable autologin, but testing here with openSUSE Leap 15.3, and KDE Plasma 5.23.3, it works when I assign the autologin user via YaST.
After a bit more playing around I discovered that the ‘lost auto login’ issue is due to the latest version of ‘suse-prime’. If i remove this package or install an earlier version of the rpm, auto login works again (although with a raft of error messages on booting).
I will play about a bit more and then submit a bug report.
Hello, although this issue is rather old, I feel compelled to add my two cents, since I also had this problem after upgrading to Tumbleweed 20240313 which is my current snapshot and my first one with Plasma 6. Although I also have suse-prime installed I did not need such a drastic measure as to remove or downgrade it: instead just today I had a look to SDDM configuration and noticed that my /etc/sddm.conf.d/kde_settings.conf contained the following line:
Session=plasma5
Apparently this was the culprit, since the output of the command
sudo journalctl -b -u display-manager.service
contained the following two lines:
mar 16 18:40:58 <my_host> sddm[1641]: Unable to find autologin session entry “plasma5”
mar 16 18:40:58 <my_host> sddm[1641]: Autologin failed!
After changing the above line to
Session=plasmawayland
which is in accordance with the actual session type of my desktop, the problem disappeared.