GNU bug report logs - #73097
[PATCH] doc: cookbook: Fix typo in screen-locker-service-type

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sat, 7 Sep 2024 13:13:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73097 in the body.
You can then email your comments to 73097 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to pelzflorian <at> pelzflorian.de, julien <at> lepiller.eu, ludo <at> gnu.org, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org:
bug#73097; Package guix-patches. (Sat, 07 Sep 2024 13:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roman Scherer <roman <at> burningswell.com>:
New bug report received and forwarded. Copy sent to pelzflorian <at> pelzflorian.de, julien <at> lepiller.eu, ludo <at> gnu.org, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org. (Sat, 07 Sep 2024 13:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] doc: cookbook: Fix typo in screen-locker-service-type
Date: Sat,  7 Sep 2024 15:12:33 +0200
The screen locker service type is called screen-locker-service-type, and not
screen-locker-services-type.

* doc/guix-cookbook.texi
* po/doc/guix-cookbook.de.po
* po/doc/guix-cookbook.fr.po
* po/doc/guix-cookbook.ko.po
* po/doc/guix-cookbook.pt_BR.po
* po/doc/guix-cookbook.sk.po
* po/doc/guix-cookbook.sv.po

Change-Id: I191b0cb971f435f283ff8d0278e581372d16ae95
---
 doc/guix-cookbook.texi        | 2 +-
 po/doc/guix-cookbook.de.po    | 4 ++--
 po/doc/guix-cookbook.fr.po    | 4 ++--
 po/doc/guix-cookbook.ko.po    | 2 +-
 po/doc/guix-cookbook.pt_BR.po | 4 ++--
 po/doc/guix-cookbook.sk.po    | 2 +-
 po/doc/guix-cookbook.sv.po    | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 4c2b23786c..e41d584813 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -2453,7 +2453,7 @@ Xorg
 can be achieved by adding the following service to your @file{config.scm}:
 
 @lisp
-(service screen-locker-services-type
+(service screen-locker-service-type
          (screen-locker-configuration
           (name "slock")
           (program (file-append slock "/bin/slock"))))
diff --git a/po/doc/guix-cookbook.de.po b/po/doc/guix-cookbook.de.po
index c10cfe2922..508fb522a2 100644
--- a/po/doc/guix-cookbook.de.po
+++ b/po/doc/guix-cookbook.de.po
@@ -4520,12 +4520,12 @@ msgstr "Damit slock aber überhaupt die Berechtigung dafür erteilt bekommt, Bil
 #: guix-git/doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
 msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.fr.po b/po/doc/guix-cookbook.fr.po
index f22aa9d7e8..a75240dc0b 100644
--- a/po/doc/guix-cookbook.fr.po
+++ b/po/doc/guix-cookbook.fr.po
@@ -4537,12 +4537,12 @@ msgstr "Pour que slock puisse verrouiller l'écran de la session graphique, il d
 #: guix-git/doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
 msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.ko.po b/po/doc/guix-cookbook.ko.po
index a3624f095a..6c4ba97c61 100644
--- a/po/doc/guix-cookbook.ko.po
+++ b/po/doc/guix-cookbook.ko.po
@@ -4208,7 +4208,7 @@ msgstr ""
 #: guix-git/doc/guix-cookbook.texi:2459
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.pt_BR.po b/po/doc/guix-cookbook.pt_BR.po
index 509d12cede..e7198a37d4 100644
--- a/po/doc/guix-cookbook.pt_BR.po
+++ b/po/doc/guix-cookbook.pt_BR.po
@@ -4538,12 +4538,12 @@ msgstr "Para que o slock possa ser um bloqueador de tela para a sessão gráfica
 #: doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
 msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.sk.po b/po/doc/guix-cookbook.sk.po
index 37d1568896..1aa0b5e527 100644
--- a/po/doc/guix-cookbook.sk.po
+++ b/po/doc/guix-cookbook.sk.po
@@ -4507,7 +4507,7 @@ msgstr "Aby mohol slock uzamknúť obrazovku grafického sedenia, musí mať nas
 #| "         (postgresql-configuration\n"
 #| "          (postgresql postgresql-14)))\n"
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.sv.po b/po/doc/guix-cookbook.sv.po
index 276d6e5e83..93f6bb16b8 100644
--- a/po/doc/guix-cookbook.sv.po
+++ b/po/doc/guix-cookbook.sv.po
@@ -3877,7 +3877,7 @@ msgstr ""
 #: doc/guix-cookbook.texi:2460
 #, no-wrap
 msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
 "         (screen-locker-configuration\n"
 "          (name \"slock\")\n"
 "          (program (file-append slock \"/bin/slock\"))))\n"

base-commit: b2f9231cd9ff0ce326e36e258a4d14484d6e2199
-- 
2.45.2





bug closed, send any further explanations to 73097 <at> debbugs.gnu.org and Roman Scherer <roman <at> burningswell.com> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 09 Sep 2024 14:06:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#73097; Package guix-patches. (Mon, 09 Sep 2024 15:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 73097-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Roman Scherer <roman <at> burningswell.com>
Cc: Julien Lepiller <julien <at> lepiller.eu>,
 Florian Pelz <pelzflorian <at> pelzflorian.de>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, 73097-done <at> debbugs.gnu.org
Subject: Re: [bug#73097] [PATCH] doc: cookbook: Fix typo in
 screen-locker-service-type
Date: Mon, 09 Sep 2024 17:25:39 +0200
Roman Scherer <roman <at> burningswell.com> skribis:

> The screen locker service type is called screen-locker-service-type, and not
> screen-locker-services-type.
>
> * doc/guix-cookbook.texi
> * po/doc/guix-cookbook.de.po
> * po/doc/guix-cookbook.fr.po
> * po/doc/guix-cookbook.ko.po
> * po/doc/guix-cookbook.pt_BR.po
> * po/doc/guix-cookbook.sk.po
> * po/doc/guix-cookbook.sv.po
>
> Change-Id: I191b0cb971f435f283ff8d0278e581372d16ae95

Applied, but without the .po changes, which are taken care of
independently on Weblate.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Oct 2024 11:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 347 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.