[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/29: services: gdm: Enable wayland by default.
From: |
guix-commits |
Subject: |
29/29: services: gdm: Enable wayland by default. |
Date: |
Sat, 24 Feb 2024 01:30:04 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 06d01c610e3bee61e38a177aecda5982d5b338ae
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Feb 22 18:07:59 2024 +0100
services: gdm: Enable wayland by default.
* gnu/services/xorg.scm (<gdm-configuration>): Change the default value for
wayland? from '#f' to '#t'.
Change-Id: Ic966dfc462b1140894aa6c38c23e229d6252d340
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
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 @@ argument.")))
(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)))
- 16/29: gnu: gtk+: Update to 3.24.41., (continued)
- 16/29: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/02/24
- 17/29: gnu: gnome-initial-setup: Update to 44.8., guix-commits, 2024/02/24
- 19/29: gnu: libgsf: Update to 1.14.52., guix-commits, 2024/02/24
- 21/29: gnu: gjs: Update to 1.76.3., guix-commits, 2024/02/24
- 23/29: gnu: gnome-bluetooth: Update to 42.8., guix-commits, 2024/02/24
- 24/29: gnu: gnome-shell: Update to 44.9., guix-commits, 2024/02/24
- 27/29: gnu: eiciel: Update to 0.10.0., guix-commits, 2024/02/24
- 10/29: gnu: glibmm-2.64: Rename and update to 2.66.6., guix-commits, 2024/02/24
- 11/29: gnu: python-pyatspi: Update to 2.46.1., guix-commits, 2024/02/24
- 26/29: gnu: libhandy: Update to 1.8.3., guix-commits, 2024/02/24
- 29/29: services: gdm: Enable wayland by default.,
guix-commits <=
- 15/29: gnu: pangomm@2.46: Update to 2.46.4., guix-commits, 2024/02/24