Skip to content
  • Bhushan Shah's avatar
    [screenlocker] Get rid of libkworkspace dependency from the ksld · 9c15e9f4
    Bhushan Shah authored
    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
    9c15e9f4