From the KDisplayManager code :
// This only tells KDM to not auto-re-login upon session crash
void
KDisplayManager::setLock(bool on)
{
if (DMType == NewKDM || DMType == OldKDM)
exec(on ? "lock\n" : "unlock\n");
}
Given we no longer have kdm in Plasma 5. This hardly makes sense.
REVIEW: 125837
wilder-5.14
parent
45a6db4a19
commit
dcdb990e38
2 changed files with 0 additions and 5 deletions
Loading…
Reference in new issue