Announcement

Collapse
No announcement yet.

kscreenlocker authentication failure

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kscreenlocker authentication failure

    I thought I would post this in case anyone else had problems. My KDE screen saver would intermittently fail to unlock even though I knew I was typing the right password. The solution was for some reason kcheckpass had lost it's setuid bit. To fix it:

    Code:
    sudo chown root:root /usr/lib/kde4/libexec/kcheckpass
    sudo chmod 4755 /usr/lib/kde4/libexec/kcheckpass
    Might help someone else.

    #2
    Re: kscreenlocker authentication failure

    As you said intermittently, I will check this command for about a week and will come here and write if the problem still exists for me.
    Thanks for the tip

    Comment

    Working...
    X