https://bugs.kde.org/show_bug.cgi?id=434370
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |UPSTREAM Status|REPORTED |RESOLVED --- Comment #7 from Nate Graham <[email protected]> --- (In reply to Bharadwaj Raju from comment #3) > However maybe SDDM behaviour should be changed so if a user attempts to > login to existing session it should redirect them to that TTY. This is a configurable behavior in SDDM. It's controlled by the value of ReuseSession=true in /etc/sddm.conf (or /etc/sddm.conf.d/kde_settings.conf, if you have that) and it now defaults to true in SDDM itself unless overridden by the user or the distro: https://github.com/sddm/sddm/blob/develop/src/common/Configuration.h#L94 So there are two options here: 1. You or your distro have set ReuseSession=false in the config file 2. Your distro is shipping an old version of SDDM that does not have this change of the default settings yet 3. There is a bug in SDDM preventing session re-using from working properly Either way, this isn't a KDE bug. Please figure out which of those things is the problem, and then follow up with the appropriate party. :) Thanks! -- You are receiving this mail because: You are watching all bug changes.
