diff mbox series

[bug#69310,gnome-team] services: gdm: Enable wayland by default.

Message ID 1dfc0204b00e021af98b57fbbb08dbb3c11ffe34.1708621786.git.vivien@planete-kraus.eu
State New
Headers show
Series [bug#69310,gnome-team] services: gdm: Enable wayland by default. | expand

Commit Message

Vivien Kraus Feb. 22, 2024, 5:07 p.m. UTC
* 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(-)


base-commit: 622df12ef389c9e91f68ae10c54c043f34828c83

Comments

Liliana Marie Prikler Feb. 24, 2024, 6:31 a.m. UTC | #1
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 :)
diff mbox series

Patch

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)))