all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 69392@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
	Vivien Kraus <vivien@planete-kraus.eu>,
	pelzflorian <pelzflorian@pelzflorian.de>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>,
	rg@raghavgururajan.name
Subject: [bug#69392] [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	[thread overview]
Message-ID: <6099a5a33a2f871800fae6de8579441e890ac013.1709056571.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1709056571.git.liliana.prikler@gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2644 bytes --]

* 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





  parent reply	other threads:[~2024-02-27 18:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 17:58 [bug#69392] [PATCH gnome-team 0/2] Add entries for important gnome-team changes Vivien Kraus via Guix-patches via
2024-02-25 17:55 ` [bug#69392] [PATCH gnome-team 1/2] news: Add entry for hwdb support in udev-service-type Vivien Kraus via Guix-patches via
2024-02-26  4:07   ` Maxim Cournoyer
2024-02-25 17:56 ` [bug#69392] [PATCH gnome-team 2/2] news: Add entry for GDM defaulting to wayland Vivien Kraus via Guix-patches via
2024-02-26  4:09   ` Maxim Cournoyer
2024-02-26  6:15 ` [bug#69392] [PATCH gnome-team v2 0/2] Slightly better news for GNOME Vivien Kraus via Guix-patches via
2024-02-25 17:55   ` [bug#69392] [PATCH gnome-team v2 1/2] news: Add entry for hwdb support in udev-service-type Vivien Kraus via Guix-patches via
2024-02-25 17:56   ` [bug#69392] [PATCH gnome-team v2 2/2] news: Add entry for GDM defaulting to wayland Vivien Kraus via Guix-patches via
2024-02-26 19:48 ` [bug#69392] [PATCH v3 0/3] *** SUBJECT HERE *** Liliana Marie Prikler
2024-02-25 17:55   ` [bug#69392] [PATCH v3 1/3] news: Add entry for hwdb support in udev-service-type Vivien Kraus
2024-02-25 17:56   ` [bug#69392] [PATCH v3 2/3] news: Add entry for GDM defaulting to wayland Vivien Kraus
2024-02-27  8:29     ` pelzflorian (Florian Pelz)
2024-02-27  8:33     ` pelzflorian (Florian Pelz)
2024-02-26 19:46   ` [bug#69392] [PATCH v3 3/3] news: Add entry for changes in GNOME 44 and its desktop service Liliana Marie Prikler
2024-02-26 20:28     ` Vivien Kraus via Guix-patches via
2024-02-27  5:19       ` Liliana Marie Prikler
2024-02-27  8:21         ` pelzflorian (Florian Pelz)
2024-02-27  2:07   ` [bug#69392] [PATCH v3 0/3] gnome-team news entries Hilton Chain via Guix-patches via
2024-02-27 17:56 ` [bug#69392] [PATCH v4 0/3] Updated news with your suggestions Liliana Marie Prikler
2024-02-25 17:55   ` [bug#69392] [PATCH v4 1/3] news: Add entry for hwdb support in udev-service-type Vivien Kraus
2024-02-25 17:56   ` [bug#69392] [PATCH v4 2/3] news: Add entry for GDM defaulting to wayland Vivien Kraus
2024-02-27 19:54     ` pelzflorian (Florian Pelz)
2024-02-28  7:18       ` pelzflorian (Florian Pelz)
2024-03-28 19:52         ` bug#69392: " Liliana Marie Prikler
2024-02-26 19:46   ` Liliana Marie Prikler [this message]
2024-02-27 18:06     ` [bug#69392] [PATCH v4 3/3] news: Add entry for changes in GNOME 44 and its desktop service Vivien Kraus 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

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

  git send-email \
    --in-reply-to=6099a5a33a2f871800fae6de8579441e890ac013.1709056571.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=69392@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    --cc=maxim.cournoyer@gmail.com \
    --cc=pelzflorian@pelzflorian.de \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.