gdm/0001-data-Drop-unused-gdm_prefer_xorg-rule.patch

29 lines
780 B
Diff
Raw Normal View History

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