https://bugs.kde.org/show_bug.cgi?id=516958
--- Comment #8 from dinghy <[email protected]> --- Hi @Nate, I want to appreciate your message and feedback for the root cause. Since I knew about the "new" Plasma-Login-Manger (which is a fork of sddm) I thought maybe that one would solve the issue since it is further developed by the KDE team and it was exactly like I thought! I switched from those 2 lines of my NixOS configuration: services.displayManager.sddm.enable = true; services.displayManager.sddm.settings.Autologin.Session = "plasma.desktop"; to those 2 lines: services.displayManager.plasma-login-manager.enable = true; services.displayManager.plasma-login-manager.settings.Autologin.Session and although the AutoLogin doesn't work yet, that issue that I opened here is gone! Because of that I am closing this issue as resolved and the solution is to switch from SDDM to Plasma-Login-Manager :) I contacted a NixOS Developer about the AutoLogin feature and maybe it will be solved soon. Thanks again Tracey and Nate! KDE is awesome! -- You are receiving this mail because: You are watching all bug changes.
