unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Arvid Krein <arvidkrein@zedat.fu-berlin.de>
To: 63922@debbugs.gnu.org
Subject: [bug#63922] [PATCH] doc: fix typo in screen-locker-service swaylock example
Date: Tue, 6 Jun 2023 11:08:27 +0200	[thread overview]
Message-ID: <3f44e97d-6bfc-eafc-9672-af15ca29cca7@zedat.fu-berlin.de> (raw)

Hello Guix,

I think there is a small typo one of the examples for the 
screen-locker-service-type. The second example is for a 
screen-locker-service that uses swaylock but still uses the xlockmore 
executable. I think the following patch would fix that.


Greetings,

Arvid

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

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

base-commit: e3cd3f03202c48cd8d777f4769b4e31fea8dcd60
--
2.40.1






             reply	other threads:[~2023-06-06  9:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-06  9:08 Arvid Krein [this message]
2023-06-06 11:59 ` [bug#63922] [PATCH] doc: fix typo in screen-locker-service swaylock example Arvid Krein
2023-07-07 10:35   ` pelzflorian (Florian Pelz)
2023-07-07 19:52   ` Josselin Poiret via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f44e97d-6bfc-eafc-9672-af15ca29cca7@zedat.fu-berlin.de \
    --to=arvidkrein@zedat.fu-berlin.de \
    --cc=63922@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).