[PATCH gnome-team] services: gdm: Enable wayland by default.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
1dfc0204b00e021af98b57fbbb08dbb3c11ffe34.1708621786.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (17 lines)
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
Liliana Marie Prikler wrote 1 years ago
ba2bdf319bf05de6cc18bc22bce0740c4cdc50cd.camel@gmail.com
Am Donnerstag, dem 22.02.2024 um 18:07 +0100 schrieb Vivien Kraus:
Toggle quote (11 lines)
> * 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 :)
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69310@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69310
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help