GNU bug report logs - #69310
[PATCH gnome-team] services: gdm: Enable wayland by default.

Previous Next

Package: guix-patches;

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

Date: Thu, 22 Feb 2024 17:26:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69310: closed ([PATCH gnome-team] services: gdm: Enable
 wayland by default.)
Date: Sat, 24 Feb 2024 06:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 24 Feb 2024 07:31:02 +0100
with message-id <ba2bdf319bf05de6cc18bc22bce0740c4cdc50cd.camel <at> gmail.com>
and subject line Re: [bug#69310] [PATCH gnome-team] services: gdm: Enable wayland by default.
has caused the debbugs.gnu.org bug report #69310,
regarding [PATCH gnome-team] services: gdm: Enable wayland by default.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69310: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69310
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH gnome-team] services: gdm: Enable wayland by default.
Date: Thu, 22 Feb 2024 18:07:59 +0100
* gnu/services/xorg.scm (<gdm-configuration>): Change the default value for
wayland? from '#f' to '#t'.

Change-Id: Ic966dfc462b1140894aa6c38c23e229d6252d340
---

Dear Guix,

I don’t think there’s an easy way to detect potential problems with wayland
being the default.  Let’s just do it and wait for complaints.

Best regards,

Vivien

 gnu/services/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 1ee15ea90c..66bd58c403 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -1046,7 +1046,7 @@ (define-record-type* <gdm-configuration>
              (default (xinitrc)))
   (xdmcp? gdm-configuration-xdmcp?
           (default #f))
-  (wayland? gdm-configuration-wayland? (default #f))
+  (wayland? gdm-configuration-wayland? (default #t))
   (wayland-session gdm-configuration-wayland-session
                    (default gdm-wayland-session-wrapper)))
 

base-commit: 622df12ef389c9e91f68ae10c54c043f34828c83
-- 
2.41.0


[Message part 3 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 69310-done <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [bug#69310] [PATCH gnome-team] services: gdm: Enable wayland by
 default.
Date: Sat, 24 Feb 2024 07:31:02 +0100
Am Donnerstag, dem 22.02.2024 um 18:07 +0100 schrieb Vivien Kraus:
> * gnu/services/xorg.scm (<gdm-configuration>): Change the default
> value for
> wayland? from '#f' to '#t'.
> 
> Change-Id: Ic966dfc462b1140894aa6c38c23e229d6252d340
> ---
> 
> Dear Guix,
> 
> I don’t think there’s an easy way to detect potential problems with
> wayland being the default.  Let’s just do it and wait for complaints.
Welp, I've pushed it, but we'll have to wait for the world rebuilds
before I can complain :)


This bug report was last modified 1 year and 92 days ago.

Previous Next


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