gdm/0001-data-Drop-unused-gdm_prefer_xorg-rule.patch
Neal Gompa 1f59144b92 Drop rules for falling back in X11
The Fedora GNOME experience provided by Workstation no longer includes
GNOME X11 on the media, so realistically there is nothing to fall back
to anymore.

Reference: https://fedoraproject.org/wiki/Changes/WaylandOnlyGNOMEWorkstationMedia
2024-07-08 20:54:42 -04:00

29 lines
780 B
Diff

From a1a145b4d56be57166dc593d80bfe190e37e080e Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa@fedoraproject.org>
Date: Mon, 8 Jul 2024 20:31:48 -0400
Subject: [PATCH 1/2] data: Drop unused gdm_prefer_xorg rule
This rule is not used for anything.
---
data/61-gdm.rules.in | 4 ----
1 file changed, 4 deletions(-)
diff --git a/data/61-gdm.rules.in b/data/61-gdm.rules.in
index aa1a0e06c..354277bfe 100644
--- a/data/61-gdm.rules.in
+++ b/data/61-gdm.rules.in
@@ -109,10 +109,6 @@ LABEL="gdm_nvidia_drm_end"
GOTO="gdm_end"
-LABEL="gdm_prefer_xorg"
-RUN+="@libexecdir@/gdm-runtime-config set daemon PreferredDisplayServer xorg"
-GOTO="gdm_end"
-
LABEL="gdm_disable_wayland"
RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false"
GOTO="gdm_end"
--
2.45.2