diff mbox series

[bug#63922] doc: fix typo in screen-locker-service swaylock example

Message ID 8438054a6bbe7670e7f8ecb9451b2b29d558d206.1686052718.git.arvidkrein@zedat.fu-berlin.de
State New
Headers show
Series [bug#63922] doc: fix typo in screen-locker-service swaylock example | expand

Commit Message

Arvid Krein June 6, 2023, 11:59 a.m. UTC
From: Arvid Krein <arvid@krein.moe>

Greetings,
Arvid

---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: e3cd3f03202c48cd8d777f4769b4e31fea8dcd60

Comments

pelzflorian (Florian Pelz) July 7, 2023, 10:35 a.m. UTC | #1
Arvid Krein <arvidkrein@zedat.fu-berlin.de> writes:
> diff --git a/doc/guix.texi b/doc/guix.texi
> index 8df5cc411c..638ab1ed6e 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -22577,7 +22577,7 @@ X Window
>  (service screen-locker-service-type
>           (screen-locker-configuration
>             (name "swaylock")
> -           (program (file-append xlockmore "/bin/xlock"))
> +           (program (file-append swaylock "/bin/swaylock"))
>             (using-pam? #t)
>             (using-setuid? #f)))
>  @end lisp

Thank you Arvid for your patch.  Thing is, it seems what is specified in
`program' actually does not matter, only the `name' field matters when
using-pam? is true.  I’m not going to work on this; perhaps someone
using screen lockers will decide what needs repairing.

Regards,
Florian
Josselin Poiret July 7, 2023, 7:52 p.m. UTC | #2
Hi Arvid,

Arvid Krein <arvidkrein@zedat.fu-berlin.de> writes:

> From: Arvid Krein <arvid@krein.moe>
>
> Greetings,
> Arvid
>
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pushed as 5b6e9b2463f94ae41121e379515c756a6eed9b7f, thanks!

Best,
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 8df5cc411c..638ab1ed6e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22577,7 +22577,7 @@  X Window
 (service screen-locker-service-type
          (screen-locker-configuration
            (name "swaylock")
-           (program (file-append xlockmore "/bin/xlock"))
+           (program (file-append swaylock "/bin/swaylock"))
            (using-pam? #t)
            (using-setuid? #f)))
 @end lisp