Dear Maintainer, new kmscon startup configuration with User=root breaks user login sessions. Upstream issue: https://github.com/kmscon/kmscon/issues/403 Workaround to restore proper user sessions: sudo systemctl edit kmsconvt@.service --stdin <<- EOF [Service] ExecStart= ExecStart=kmscon --vt=%I --no-switchvt --no-libseat User= PAMName= EOF