GNU bug report logs -
#69310
[PATCH gnome-team] services: gdm: Enable wayland by default.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69310 in the body.
You can then email your comments to 69310 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
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#69310
; Package
guix-patches
.
(Thu, 22 Feb 2024 17:26: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
.
(Thu, 22 Feb 2024 17:26:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sat, 24 Feb 2024 06:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Sat, 24 Feb 2024 06:33:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 69310-done <at> debbugs.gnu.org (full text, mbox):
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 :)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 23 Mar 2024 11:24:05 GMT)
Full text and
rfc822 format available.
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.