help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swaylock does not accept my correct password and fails to unlock


From: Emmanuel Beffara
Subject: Re: swaylock does not accept my correct password and fails to unlock
Date: Fri, 22 Dec 2023 09:24:05 +0100

Hello,

De Remco van 't Veer le 22/12/2023 à 08:56:
> This works for me but I am not sure it's still needed.  I am pretty sure
> swaylock does not like to be setuid anymore.

I faced the same issue some time ago, not sure when. Indeed the issue was with
swaylock complaining about setuid. My system configuration contains the
following simpler entry, which uses screen-locker-configuration:

    (operating-system
      ...
      (services
        (cons* 
          ...
          (service screen-locker-service-type
                   (screen-locker-configuration
                     (name "swaylock")
                     (program (file-append swaylock "/bin/swaylock"))
                     (using-pam? #t)
                     (using-setuid? #f)))
          ...
          %desktop-services))
      ...
      )


-- 
Emmanuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]