guix-devel
[Top][All Lists]
Advanced

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

Re: screen locker


From: Ludovic Courtès
Subject: Re: screen locker
Date: Sun, 23 Aug 2015 23:49:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Marcus Moeller <address@hidden> skribis:

> I wanted to install a screen locker on GuixSD and all I found was slock.

FWIW I use xlockmore and I have this:

  (operating-system
    ;; ...
    (setuid-programs (cons #~(string-append #$xlockmore "/bin/xlock")
                           %setuid-programs)))

>From what others wrote, slock may need to be listed there as well.

HTH,
Ludo’.



reply via email to

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