GNU bug report logs - #69392
[PATCH gnome-team 0/2] Add entries for important gnome-team changes

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Sun, 25 Feb 2024 18:03:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 69392 in the body.
You can then email your comments to 69392 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 liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Sun, 25 Feb 2024 18:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Sun, 25 Feb 2024 18:03:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH gnome-team 0/2] Add entries for important gnome-team changes
Date: Sun, 25 Feb 2024 18:58:03 +0100
Dear guix,

I see two important news entries that users should maybe be aware of.  What do
you think of my wording?  Do you see something else that should get its own
entry?  For instance, now dbus writes its system socket in /run/dbus instead
of /var/run/dbus (the latter being a symlink for compatibility), do you think
users should be aware of that?

Best regards,

Vivien

Vivien Kraus (2):
  news: Add entry for hwdb support in udev-service-type.
  news: Add entry for GDM defaulting to wayland.

 etc/news.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


base-commit: 06d01c610e3bee61e38a177aecda5982d5b338ae
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Sun, 25 Feb 2024 18:05:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team 1/2] news: Add entry for hwdb support in
 udev-service-type.
Date: Sun, 25 Feb 2024 18:55:37 +0100
* etc/news.scm: Add entry.

Change-Id: I3c27b10eab501cca6ed0e32a1b30d92f212266b4
---
 etc/news.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 3e8c88499f..2f41669406 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,18 @@
 (channel-news
  (version 0)
 
+ (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
+        (title
+         (en "The udev service also manages hardware configuration files")
+         (fr "Le service udev gère maintenant les configuration de matériel"))
+        (body
+         (en "The @code{udev-service-type} can now be configured and extended
+with eudev hardware configuration files (named @dfn{hwdb} by the eudev
+project).")
+         (fr "Le type de service @code{udev-service-type} peut maintenant être
+configuré et étendu avec des fichiers de configuration de matériel (appelés
+@dfn{hwdb} par le projet eudev).")))
+
  (entry (commit "10a193596368443f441077525ebbddf787d91e4b")
         (title
           (en "Linux-libre 4.14 removed due to end of upstream support")
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Sun, 25 Feb 2024 18:41:05 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team 2/2] news: Add entry for GDM defaulting to wayland.
Date: Sun, 25 Feb 2024 18:56:33 +0100
* etc/news.scm: Add entry.

Change-Id: Icddcf269ff59a7ee2a14680ed95a167758ecddaf
---
 etc/news.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 2f41669406..74af1a7eca 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,16 @@
 (channel-news
  (version 0)
 
+ (entry (commit "06d01c610e3bee61e38a177aecda5982d5b338ae")
+        (title
+         (en "The GNOME Display Manager uses wayland by default")
+         (fr "GDM utilise wayland par défaut"))
+        (body
+         (en "The @code{gdm-service-type} is configured to use wayland instead
+of xorg by default.")
+         (fr "Le service @code{gdm-service-type} est configuré par défaut pour
+utiliser wayland au lieu de xorg.")))
+
  (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
         (title
          (en "The udev service also manages hardware configuration files")
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 04:10:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 69392 <at> debbugs.gnu.org, rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com
Subject: Re: [PATCH gnome-team 1/2] news: Add entry for hwdb support in
 udev-service-type.
Date: Sun, 25 Feb 2024 23:07:59 -0500
Hi,

Vivien Kraus <vivien <at> planete-kraus.eu> writes:

> * etc/news.scm: Add entry.
>
> Change-Id: I3c27b10eab501cca6ed0e32a1b30d92f212266b4
> ---
>  etc/news.scm | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/etc/news.scm b/etc/news.scm
> index 3e8c88499f..2f41669406 100644
> --- a/etc/news.scm
> +++ b/etc/news.scm
> @@ -28,6 +28,18 @@
>  (channel-news
>   (version 0)
>  
> + (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
> +        (title
> +         (en "The udev service also manages hardware configuration files")
> +         (fr "Le service udev gère maintenant les configuration de
> matériel"))

configurationS

> +        (body
> +         (en "The @code{udev-service-type} can now be configured and extended
> +with eudev hardware configuration files (named @dfn{hwdb} by the eudev
> +project).")
> +         (fr "Le type de service @code{udev-service-type} peut maintenant être
> +configuré et étendu avec des fichiers de configuration de matériel (appelés
> +@dfn{hwdb} par le projet eudev).")))
> +
>   (entry (commit "10a193596368443f441077525ebbddf787d91e4b")
>          (title
>            (en "Linux-libre 4.14 removed due to end of upstream support")

Otherwise LGTM.

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 04:11:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 69392 <at> debbugs.gnu.org, rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com
Subject: Re: [PATCH gnome-team 2/2] news: Add entry for GDM defaulting to
 wayland.
Date: Sun, 25 Feb 2024 23:09:14 -0500
Hello,

Vivien Kraus <vivien <at> planete-kraus.eu> writes:

> * etc/news.scm: Add entry.
>
> Change-Id: Icddcf269ff59a7ee2a14680ed95a167758ecddaf
> ---
>  etc/news.scm | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/etc/news.scm b/etc/news.scm
> index 2f41669406..74af1a7eca 100644
> --- a/etc/news.scm
> +++ b/etc/news.scm
> @@ -28,6 +28,16 @@
>  (channel-news
>   (version 0)
>  
> + (entry (commit "06d01c610e3bee61e38a177aecda5982d5b338ae")
> +        (title
> +         (en "The GNOME Display Manager uses wayland by default")
> +         (fr "GDM utilise wayland par défaut"))
> +        (body
> +         (en "The @code{gdm-service-type} is configured to use wayland instead
> +of xorg by default.")
> +         (fr "Le service @code{gdm-service-type} est configuré par défaut pour
> +utiliser wayland au lieu de xorg.")))
> +

Nitpick, but I'd capitalize the Wayland and Xorg proper nouns.

Otherwise LGTM.

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 06:20:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v2 1/2] news: Add entry for hwdb support in
 udev-service-type.
Date: Sun, 25 Feb 2024 18:55:37 +0100
* etc/news.scm: Add entry.

Change-Id: I3c27b10eab501cca6ed0e32a1b30d92f212266b4
---
 etc/news.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 3e8c88499f..ae103d6988 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,18 @@
 (channel-news
  (version 0)
 
+ (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
+        (title
+         (en "The udev service also manages hardware configuration files")
+         (fr "Le service udev gère maintenant les configurations de matériel"))
+        (body
+         (en "The @code{udev-service-type} can now be configured and extended
+with eudev hardware configuration files (named @dfn{hwdb} by the eudev
+project).")
+         (fr "Le type de service @code{udev-service-type} peut maintenant être
+configuré et étendu avec des fichiers de configuration de matériel (appelés
+@dfn{hwdb} par le projet eudev).")))
+
  (entry (commit "10a193596368443f441077525ebbddf787d91e4b")
         (title
           (en "Linux-libre 4.14 removed due to end of upstream support")
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 06:20:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v2 2/2] news: Add entry for GDM defaulting to
 wayland.
Date: Sun, 25 Feb 2024 18:56:33 +0100
* etc/news.scm: Add entry.

Change-Id: Icddcf269ff59a7ee2a14680ed95a167758ecddaf
---
 etc/news.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index ae103d6988..836ebb2127 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,16 @@
 (channel-news
  (version 0)
 
+ (entry (commit "06d01c610e3bee61e38a177aecda5982d5b338ae")
+        (title
+         (en "The GNOME Display Manager uses wayland by default")
+         (fr "GDM utilise wayland par défaut"))
+        (body
+         (en "The @code{gdm-service-type} is configured to use Wayland instead
+of Xorg by default.")
+         (fr "Le service @code{gdm-service-type} est configuré par défaut pour
+utiliser Wayland au lieu de Xorg.")))
+
  (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
         (title
          (en "The udev service also manages hardware configuration files")
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 06:26:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v2 0/2] Slightly better news for GNOME
Date: Mon, 26 Feb 2024 07:15:58 +0100
Oops!

Here is a V2.  It is not exhaustive.

Best regards,

Vivien

Vivien Kraus (2):
  news: Add entry for hwdb support in udev-service-type.
  news: Add entry for GDM defaulting to wayland.

 etc/news.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


base-commit: 7bf4ce4582cd2f9c5b30c547262c1c4a426c0b9b
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 19:59:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, Vivien Kraus <vivien <at> planete-kraus.eu>,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH v3 0/3] *** SUBJECT HERE ***
Date: Mon, 26 Feb 2024 20:48:31 +0100
*** BLURB HERE ***

Liliana Marie Prikler (1):
  news: Add entry for changes in GNOME 44 and its desktop service.

Vivien Kraus (2):
  news: Add entry for hwdb support in udev-service-type.
  news: Add entry for GDM defaulting to wayland.

 etc/news.scm | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)


base-commit: 7bf4ce4582cd2f9c5b30c547262c1c4a426c0b9b
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 19:59:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, Vivien Kraus <vivien <at> planete-kraus.eu>,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH v3 3/3] news: Add entry for changes in GNOME 44 and its
 desktop service.
Date: Mon, 26 Feb 2024 20:46:24 +0100
* etc/teams.scm: Add entry.
---
 etc/news.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index d208988297..be1514692b 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,27 @@
 (channel-news
  (version 0)
 
+ (entry (commit "523f3def65ab061a87f4fc9e6f9008e6a78fafb5")
+        (title
+         (en "GNOME updated to version 44 with a more modular desktop service")
+         (de "GNOME auf Version 44 aktualisiert mit modularem Dienst"))
+        (body
+         (en "The @code{gnome-desktop-service-type} now differentiates between
+shell, utilities, and extra-packages among other fields to bring more structure
+in its configuration.
+
+With the update to GNOME 44, some extensions have been deprecated and others
+removed.  If any @code{gnome-shell-extension-...} package causes an error while
+running your usual update routine, make sure to remove it from your profile.")
+         (de "Der Dienst @code{gnome-desktop-service-type} unterscheidet nun
+unter andrem zwischen den Feldern shell, utilities, und extra-packages und
+bringt so etwas mehr Struktur in die Konfiguration.
+
+Mit dem Update zu GNOME 44 wurden einige Erweiterungen als obsolet deklariert
+und andere entfernt.  Falls ein Paket, dessen Name mit
+@code{gnome-shell-extension-} beginnt zu einem Fehler während Ihrer
+Update-Routine führt, entfernen Sie es von ihrem Profil.")))
+
  (entry (commit "06d01c610e3bee61e38a177aecda5982d5b338ae")
         (title
          (en "The GNOME Display Manager uses wayland by default")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 20:06:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, Vivien Kraus <vivien <at> planete-kraus.eu>,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH v3 1/3] news: Add entry for hwdb support in udev-service-type.
Date: Sun, 25 Feb 2024 18:55:37 +0100
* etc/news.scm: Add entry.

Change-Id: I3c27b10eab501cca6ed0e32a1b30d92f212266b4
---
 etc/news.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 3e8c88499f..6dec7a08b7 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,21 @@
 (channel-news
  (version 0)
 
+ (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
+        (title
+         (en "The udev service also manages hardware configuration files")
+         (de "Udev verwaltet nun auch Hardwarekonfigurationen")
+         (fr "Le service udev gère maintenant les configurations de matériel"))
+        (body
+         (en "The @code{udev-service-type} can now be configured and extended
+with eudev hardware configuration files (named @dfn{hwdb} by the eudev
+project).")
+         (de "Der Udev-Dienst kann nun mit Hardwaredatenbanken (auch als
+@dfn{hwdb} bekannt) konfiguriert und erweitert werden.")
+         (fr "Le type de service @code{udev-service-type} peut maintenant être
+configuré et étendu avec des fichiers de configuration de matériel (appelés
+@dfn{hwdb} par le projet eudev).")))
+
  (entry (commit "10a193596368443f441077525ebbddf787d91e4b")
         (title
           (en "Linux-libre 4.14 removed due to end of upstream support")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 20:07:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, Vivien Kraus <vivien <at> planete-kraus.eu>,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH v3 2/3] news: Add entry for GDM defaulting to wayland.
Date: Sun, 25 Feb 2024 18:56:33 +0100
* etc/news.scm: Add entry.

Change-Id: Icddcf269ff59a7ee2a14680ed95a167758ecddaf
---
 etc/news.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 6dec7a08b7..d208988297 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,19 @@
 (channel-news
  (version 0)
 
+ (entry (commit "06d01c610e3bee61e38a177aecda5982d5b338ae")
+        (title
+         (en "The GNOME Display Manager uses wayland by default")
+         (de "GNOME Display Manager nutzt nun standardgemäß Wayland")
+         (fr "GDM utilise wayland par défaut"))
+        (body
+         (en "The @code{gdm-service-type} is configured to use Wayland instead
+of Xorg by default.")
+         (de "Der Dienst @code{gdm-service-type} ist verwendet nun standardgemäß
+Wayland anstelle von Xorg.")
+         (fr "Le service @code{gdm-service-type} est configuré par défaut pour
+utiliser Wayland au lieu de Xorg.")))
+
  (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
         (title
          (en "The udev service also manages hardware configuration files")
-- 
2.41.0





Added indication that bug 69392 blocks69414 Request was from Liliana Marie Prikler <liliana.prikler <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 26 Feb 2024 20:11:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Mon, 26 Feb 2024 20:29:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH v3 3/3] news: Add entry for changes in GNOME 44 and its
 desktop service.
Date: Mon, 26 Feb 2024 21:28:07 +0100
Le lundi 26 février 2024 à 20:46 +0100, Liliana Marie Prikler a écrit :
> + (entry (commit "523f3def65ab061a87f4fc9e6f9008e6a78fafb5")
> +        (title
> +         (en "GNOME updated to version 44 with a more modular
> desktop service")
Wouldn’t it be more precise to say “system service” instead of “desktop
service”?

> +         (de "GNOME auf Version 44 aktualisiert mit modularem
> Dienst"))

Suggested fr translation with “system service”: "Mise à jour de GNOME
en version 44 avec un service système plus modulaire"
(remove “système” if “system service” is not relevant)

> +        (body
> +         (en "The @code{gnome-desktop-service-type} now
> differentiates between
> +shell, utilities, and extra-packages among other fields to bring
> more structure
> +in its configuration.
> +
> +With the update to GNOME 44, some extensions have been deprecated
> and others
> +removed.  If any @code{gnome-shell-extension-...} package causes an
> error while
> +running your usual update routine, make sure to remove it from your
> profile.")
(Ah yes, this is very important.)

Since it is Texinfo, maybe you could use @dots{} instead of “...”. I
would also write: “some shell extensions have been deprecated…” instead
of “some extensions have been deprecated…”, so the error message will
look more familiar. Since the fields are actual record fields, maybe
they can be marked up with @code{}?

Suggested fr: "Le service @code{gnome-desktop-service-type} sépare
maintenant les paquets @code{shell}, @code{utilities} et @code{extra-
packages} (entre autres) pour donner plus de structure à sa
configuration.

Pendant la mise à jour vers GNOME 44, certaines extensions du shell ont
été dépréciées et d’autres supprimées. Si un paquet nommé
@code{gnome-shell-extension-@dots{}} émet une erreur quand vous
effectuez la mise à jour, vous devriez l’enlever de votre profil."

> +         (de "Der Dienst @code{gnome-desktop-service-type}
> unterscheidet nun
> +unter andrem zwischen den Feldern shell, utilities, und extra-
> packages und
> +bringt so etwas mehr Struktur in die Konfiguration.
> +
> +Mit dem Update zu GNOME 44 wurden einige Erweiterungen als obsolet
> deklariert
> +und andere entfernt.  Falls ein Paket, dessen Name mit
> +@code{gnome-shell-extension-} beginnt zu einem Fehler während Ihrer
> +Update-Routine führt, entfernen Sie es von ihrem Profil.")))
> +




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 02:16:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 69392 <at> debbugs.gnu.org, rg <at> raghavgururajan.name,
 Vivien Kraus <vivien <at> planete-kraus.eu>, maxim.cournoyer <at> gmail.com
Subject: Re: [bug#69392] [PATCH v3 0/3] gnome-team news entries.
Date: Tue, 27 Feb 2024 10:07:06 +0800
Hi,

On Tue, 27 Feb 2024 03:48:31 +0800,
Liliana Marie Prikler wrote:
>
> *** BLURB HERE ***
>
> Liliana Marie Prikler (1):
>   news: Add entry for changes in GNOME 44 and its desktop service.
>
> Vivien Kraus (2):
>   news: Add entry for hwdb support in udev-service-type.
>   news: Add entry for GDM defaulting to wayland.
>
>  etc/news.scm | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 49 insertions(+)
>
>
> base-commit: 7bf4ce4582cd2f9c5b30c547262c1c4a426c0b9b
> --
> 2.41.0

Take my translation. :)

For 498db4de1f09414adf68a3a383f0178434035179, "The udev service also manages
hardware configuration files":
--8<---------------cut here---------------start------------->8---
(zh "udev 服務現可管理硬件配置文件")
(zh "現可使用 eudev 的硬件配置文件(@dfn{hwdb})設置及拓展
@code{udev-service-type}。")
--8<---------------cut here---------------end--------------->8---



06d01c610e3bee61e38a177aecda5982d5b338ae, "The GNOME Display Manager uses
wayland by default":
--8<---------------cut here---------------start------------->8---
(zh "GNOME 顯示管理器(GDM)服務默認啓用 Wayland 支持")
(zh "@code{gdm-service-type} 預設已由 Xorg 改爲 Wayland。")
--8<---------------cut here---------------end--------------->8---



523f3def65ab061a87f4fc9e6f9008e6a78fafb5, "GNOME updated to version 44 with a
more modular desktop service":
--8<---------------cut here---------------start------------->8---
(zh "GNOME 44 更新,帶來更加模塊化的桌面服務")
(zh "@code{gnome-desktop-service-type} 設置新增 @code{shell}、
@code{utilities}、@code{extra-packages} 等字段,使得 GNOME 桌面配置更加模塊化。

隨着 GNOME 44 更新,一些 GNOME Shell 拓展已被棄用或刪除。更新中若有關於
@code{gnome-shell-extension-@dots{}} 軟件包的錯誤,請將對應軟件包從 profile 中
刪除。")
--8<---------------cut here---------------end--------------->8---




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 05:22:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 69392 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH v3 3/3] news: Add entry for changes in GNOME 44 and its
 desktop service.
Date: Tue, 27 Feb 2024 06:19:55 +0100
Am Montag, dem 26.02.2024 um 21:28 +0100 schrieb Vivien Kraus:
> Le lundi 26 février 2024 à 20:46 +0100, Liliana Marie Prikler a
> écrit :
> > + (entry (commit "523f3def65ab061a87f4fc9e6f9008e6a78fafb5")
> > +        (title
> > +         (en "GNOME updated to version 44 with a more modular
> > desktop service")
> Wouldn’t it be more precise to say “system service” instead of
> “desktop service”?
> 
> > +         (de "GNOME auf Version 44 aktualisiert mit modularem
> > Dienst"))
> 
> Suggested fr translation with “system service”: "Mise à jour de GNOME
> en version 44 avec un service système plus modulaire"
> (remove “système” if “system service” is not relevant)
system-service is indeed not relevant, because I was hinting at the
"desktop" in gnome-desktop-service-type.

> > +        (body
> > +         (en "The @code{gnome-desktop-service-type} now
> > differentiates between
> > +shell, utilities, and extra-packages among other fields to bring
> > more structure
> > +in its configuration.
> > +
> > +With the update to GNOME 44, some extensions have been deprecated
> > and others
> > +removed.  If any @code{gnome-shell-extension-...} package causes
> > an
> > error while
> > +running your usual update routine, make sure to remove it from
> > your
> > profile.")
> (Ah yes, this is very important.)
> 
> Since it is Texinfo, maybe you could use @dots{} instead of “...”.
Not sure if that works recursively.

> I would also write: “some shell extensions have been deprecated…”
> instead of “some extensions have been deprecated…”, so the error
> message will look more familiar. 
Sure.

> Since the fields are actual record fields, maybe they can be marked
> up with @code{}?
Good hint.

> Suggested fr: "Le service @code{gnome-desktop-service-type} sépare
> maintenant les paquets @code{shell}, @code{utilities} et @code{extra-
> packages} (entre autres) pour donner plus de structure à sa
> configuration.
> 
> Pendant la mise à jour vers GNOME 44, certaines extensions du shell
> ont
> été dépréciées et d’autres supprimées. Si un paquet nommé
> @code{gnome-shell-extension-@dots{}} émet une erreur quand vous
> effectuez la mise à jour, vous devriez l’enlever de votre profil."
Have you checked how that renders?

> 
Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 08:23:01 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 69392 <at> debbugs.gnu.org, rg <at> raghavgururajan.name,
 Vivien Kraus <vivien <at> planete-kraus.eu>, maxim.cournoyer <at> gmail.com
Subject: Re: [bug#69392] [PATCH v3 3/3] news: Add entry for changes in GNOME
 44 and its desktop service.
Date: Tue, 27 Feb 2024 09:21:36 +0100
Hi all.  Good to see so many translations, and so much development for
Guix!

@Vivien:
> Suggested fr: "Le service @code{gnome-desktop-service-type} sépare
> maintenant les paquets @code{shell}, @code{utilities} et @code{extra-

Perhaps “les champs” as in English, instead of “les paquets”.

@Liliana:
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> * etc/teams.scm: Add entry.

teams?

> +unter andrem zwischen den Feldern shell, utilities, und extra-packages und
> +bringt so etwas mehr Struktur in die Konfiguration.

In German, there shouldn’t be an Oxford comma, instead: utilities und
extra-packages (without comma).

Other than that, even though I would have written “unter anderem”, I do
approve of the “unter andrem”.  Wiktionary says it’s OK. :)

> +Mit dem Update zu GNOME 44 wurden einige Erweiterungen als obsolet deklariert
> +und andere entfernt.  Falls ein Paket, dessen Name mit
> +@code{gnome-shell-extension-} beginnt zu einem Fehler während Ihrer

Paariges Komma fehlt: “beginnt, zu einem Fehler”

> +Update-Routine führt, entfernen Sie es von ihrem Profil.")))

von Ihrem Profil

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
>> Since it is Texinfo, maybe you could use @dots{} instead of “...”.
> Not sure if that works recursively.
>> été dépréciées et d’autres supprimées. Si un paquet nommé
>> @code{gnome-shell-extension-@dots{}} émet une erreur quand vous
>> effectuez la mise à jour, vous devriez l’enlever de votre profil."
> Have you checked how that renders?

There is precedent in another news entry on Childhurds:

When you do this, @command{guix system} generates
a @file{/etc/guix/machines.scm} file by concatenating the @code{(build-machine
@dots{})} expressions you specified.

Regards,
Florian




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 08:31:01 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Vivien Kraus <liliana.prikler <at> gmail.com>
Cc: 69392 <at> debbugs.gnu.org, rg <at> raghavgururajan.name,
 Vivien Kraus <vivien <at> planete-kraus.eu>, maxim.cournoyer <at> gmail.com
Subject: Re: [bug#69392] [PATCH v3 2/3] news: Add entry for GDM defaulting
 to wayland.
Date: Tue, 27 Feb 2024 09:29:32 +0100
Hi Vivien.  Following up on Maxim Cournoyer’s suggestion, better
capitalize Wayland and Xorg in the titles as well.

Regards,
Florian




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 08:35:03 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Vivien Kraus <liliana.prikler <at> gmail.com>
Cc: 69392 <at> debbugs.gnu.org, rg <at> raghavgururajan.name,
 Vivien Kraus <vivien <at> planete-kraus.eu>, maxim.cournoyer <at> gmail.com
Subject: Re: [bug#69392] [PATCH v3 2/3] news: Add entry for GDM defaulting
 to wayland.
Date: Tue, 27 Feb 2024 09:33:28 +0100
P.S.

Vivien Kraus <liliana.prikler <at> gmail.com> writes:
> +        (title
> +         (de "GNOME Display Manager nutzt nun standardgemäß Wayland")[…])
> +        (body
> +         (de "Der Dienst @code{gdm-service-type} ist verwendet nun standardgemäß
> +Wayland anstelle von Xorg.")

Please write “als Vorgabe” instead of “standardgemäß” in both German
title and body, because it is the translation of “by default” that is
used everywhere in the German manual.

Regards,
Florian




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 18:00:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, Vivien Kraus <vivien <at> planete-kraus.eu>,
 pelzflorian <pelzflorian <at> pelzflorian.de>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: [PATCH v4 1/3] news: Add entry for hwdb support in udev-service-type.
Date: Sun, 25 Feb 2024 18:55:37 +0100
* etc/news.scm: Add entry.

Change-Id: I3c27b10eab501cca6ed0e32a1b30d92f212266b4
Signed-off-by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
---
 etc/news.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 3e8c88499f..18586768c0 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,24 @@
 (channel-news
  (version 0)
 
+ (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
+        (title
+         (en "The udev service also manages hardware configuration files")
+         (de "Udev verwaltet nun auch Hardwarekonfigurationen")
+         (fr "Le service udev gère maintenant les configurations de matériel")
+         (zh "udev 服務現可管理硬件配置文件"))
+        (body
+         (en "The @code{udev-service-type} can now be configured and extended
+with eudev hardware configuration files (named @dfn{hwdb} by the eudev
+project).")
+         (de "Der Udev-Dienst kann nun mit Hardwaredatenbanken (auch als
+@dfn{hwdb} bekannt) konfiguriert und erweitert werden.")
+         (fr "Le type de service @code{udev-service-type} peut maintenant être
+configuré et étendu avec des fichiers de configuration de matériel (appelés
+@dfn{hwdb} par le projet eudev).")
+         (zh "現可使用 eudev 的硬件配置文件(@dfn{hwdb})設置及拓展
+@code{udev-service-type}。")))
+
  (entry (commit "10a193596368443f441077525ebbddf787d91e4b")
         (title
           (en "Linux-libre 4.14 removed due to end of upstream support")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 18:00:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, Vivien Kraus <vivien <at> planete-kraus.eu>,
 pelzflorian <pelzflorian <at> pelzflorian.de>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: [PATCH v4 0/3] Updated news with your suggestions
Date: Tue, 27 Feb 2024 18:56:11 +0100
Hi Guix,

this series should take in all the change requests that were mentioned
for v3.  If any of them are not in there, that is an oversight of mine;
please point them out.

Cheers

Liliana Marie Prikler (1):
  news: Add entry for changes in GNOME 44 and its desktop service.

Vivien Kraus (2):
  news: Add entry for hwdb support in udev-service-type.
  news: Add entry for GDM defaulting to wayland.

 etc/news.scm | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)


base-commit: 7bf4ce4582cd2f9c5b30c547262c1c4a426c0b9b
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 18:07:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 69392 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>,
 pelzflorian <pelzflorian <at> pelzflorian.de>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: Re: [PATCH v4 3/3] news: Add entry for changes in GNOME 44 and its
 desktop service.
Date: Tue, 27 Feb 2024 19:06:08 +0100
Thank you for the hard work of piecing together the hints and
suggestions in different languages!

Le lundi 26 février 2024 à 20:46 +0100, Liliana Marie Prikler a écrit :
> +With the update to GNOME 44, some extensions have been deprecated
> and others
> +removed. 
The only thing missing here from the discussion is “some shell
extensions” instead of “some extensions”, otherwise I’m OK with all
news items.

Vivien




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 18:11:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, Vivien Kraus <vivien <at> planete-kraus.eu>,
 pelzflorian <pelzflorian <at> pelzflorian.de>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: [PATCH v4 3/3] news: Add entry for changes in GNOME 44 and its
 desktop service.
Date: Mon, 26 Feb 2024 20:46:24 +0100
* etc/news.scm: Add entry.
---
 etc/news.scm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 5c4df0b912..efc2ce7ad6 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,45 @@
 (channel-news
  (version 0)
 
+ (entry (commit "523f3def65ab061a87f4fc9e6f9008e6a78fafb5")
+        (title
+         (en "GNOME updated to version 44 with a more modular desktop service")
+         (de "GNOME auf Version 44 aktualisiert mit modularem Dienst")
+         (fr "Mise à jour de GNOME en version 44 avec un service plus modulaire")
+         (zh "GNOME 44 更新,帶來更加模塊化的桌面服務"))
+        (body
+         (en "The @code{gnome-desktop-service-type} now differentiates between
+shell, utilities, and extra-packages among other fields to bring more structure
+in its configuration.
+
+With the update to GNOME 44, some extensions have been deprecated and others
+removed.  If any @code{gnome-shell-extension-@dots{}} package causes an error
+while running your usual update routine, make sure to remove it from your
+profile.")
+         (de "Der Dienst @code{gnome-desktop-service-type} unterscheidet nun
+unter anderem zwischen den Feldern shell, utilities und extra-packages, und
+bringt so etwas mehr Struktur in die Konfiguration.
+
+Mit dem Update zu GNOME 44 wurden einige Erweiterungen als obsolet deklariert
+und andere entfernt.  Falls ein Paket, dessen Name mit
+@code{gnome-shell-extension-} beginnt, zu einem Fehler während Ihrer
+Update-Routine führt, entfernen Sie es von Ihrem Profil.")
+         (fr "Le service @code{gnome-desktop-service-type} sépare
+maintenant les champs @code{shell}, @code{utilities} et @code{extra-
+packages} (entre autres) pour donner plus de structure à sa
+configuration.
+
+Pendant la mise à jour vers GNOME 44, certaines extensions du shell ont
+été dépréciées et d’autres supprimées. Si un paquet nommé
+@code{gnome-shell-extension-@dots{}} émet une erreur quand vous
+effectuez la mise à jour, vous devriez l’enlever de votre profil.")
+         (zh "@code{gnome-desktop-service-type} 設置新增 @code{shell}、
+@code{utilities}、@code{extra-packages} 等字段,使得 GNOME 桌面配置更加模塊化。
+
+隨着 GNOME 44 更新,一些 GNOME Shell 拓展已被棄用或刪除。更新中若有關於
+@code{gnome-shell-extension-@dots{}} 軟件包的錯誤,請將對應軟件包從 profile 中
+刪除。")))
+
  (entry (commit "06d01c610e3bee61e38a177aecda5982d5b338ae")
         (title
          (en "The GNOME Display Manager uses wayland by default")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 18:41:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <liliana.prikler <at> gmail.com>
To: 69392 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, Vivien Kraus <vivien <at> planete-kraus.eu>,
 pelzflorian <pelzflorian <at> pelzflorian.de>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: [PATCH v4 2/3] news: Add entry for GDM defaulting to wayland.
Date: Sun, 25 Feb 2024 18:56:33 +0100
* etc/news.scm: Add entry.

Change-Id: Icddcf269ff59a7ee2a14680ed95a167758ecddaf
Signed-off-by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
---
 etc/news.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 18586768c0..5c4df0b912 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,21 @@
 (channel-news
  (version 0)
 
+ (entry (commit "06d01c610e3bee61e38a177aecda5982d5b338ae")
+        (title
+         (en "The GNOME Display Manager uses wayland by default")
+         (de "GNOME Display Manager nutzt nun Wayland als Vorgabe")
+         (fr "GDM utilise Wayland par défaut")
+         (zh "GNOME 顯示管理器(GDM)服務默認啓用 Wayland 支持"))
+        (body
+         (en "The @code{gdm-service-type} is configured to use Wayland instead
+of Xorg by default.")
+         (de "Der Dienst @code{gdm-service-type} ist verwendet nun Wayland
+als Vorgabe anstelle von Xorg.")
+         (fr "Le service @code{gdm-service-type} est configuré par défaut pour
+utiliser Wayland au lieu de Xorg.")
+         (zh "@code{gdm-service-type} 預設已由 Xorg 改爲 Wayland。")))
+
  (entry (commit "498db4de1f09414adf68a3a383f0178434035179")
         (title
          (en "The udev service also manages hardware configuration files")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Tue, 27 Feb 2024 20:14:01 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 69392 <at> debbugs.gnu.org, Hilton Chain <hako <at> ultrarare.space>,
 Vivien Kraus <vivien <at> planete-kraus.eu>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: Re: [PATCH v4 2/3] news: Add entry for GDM defaulting to wayland.
Date: Tue, 27 Feb 2024 20:54:00 +0100
Some more final comments.

First, is it intended that the author is
Vivien Kraus <liliana.prikler <at> gmail.com>
and not
Vivien Kraus <vivien <at> planete-kraus.eu>
?

Vivien Kraus <liliana.prikler <at> gmail.com> writes:
> +        (title
> +         (en "The GNOME Display Manager uses wayland by default")

Please capitalize Wayland in the English title.

> +         (de "Der Dienst @code{gdm-service-type} ist verwendet nun Wayland

Remove the word “ist”, otherwise there’d be two verbs in this sentence.
I missed this one.

Regards,
Florian




Information forwarded to guix-patches <at> gnu.org:
bug#69392; Package guix-patches. (Wed, 28 Feb 2024 07:20:02 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 69392 <at> debbugs.gnu.org, Hilton Chain <hako <at> ultrarare.space>,
 Vivien Kraus <vivien <at> planete-kraus.eu>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: Re: [bug#69392] [PATCH v4 2/3] news: Add entry for GDM defaulting
 to wayland.
Date: Wed, 28 Feb 2024 08:18:52 +0100
Final addendum, Hilton, Vivien, Liliana should get copyright headers.

Regards,
Florian




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Thu, 28 Mar 2024 19:53:02 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Thu, 28 Mar 2024 19:53:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Cc: 69392-done <at> debbugs.gnu.org, Hilton Chain <hako <at> ultrarare.space>,
 Vivien Kraus <vivien <at> planete-kraus.eu>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, rg <at> raghavgururajan.name
Subject: Re: [bug#69392] [PATCH v4 2/3] news: Add entry for GDM defaulting
 to wayland.
Date: Thu, 28 Mar 2024 20:52:32 +0100
Am Mittwoch, dem 28.02.2024 um 08:18 +0100 schrieb pelzflorian (Florian
Pelz):
> Final addendum, Hilton, Vivien, Liliana should get copyright headers.
Of course we should.  In fact we did, as it's pushed.

Closing




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Apr 2024 11:26:16 GMT) Full text and rfc822 format available.

This bug report was last modified 8 days ago.

Previous Next


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