From 0604acd87cd8af7bdc284b481b8dca27ef00d431 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 21 Jul 2021 11:46:40 +0200 Subject: Ignore systemd entry in xinitrc that stops your display from starting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-xinit/xinit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xorg-xinit/xinit b/xorg-xinit/xinit index bd1874c..3d3d0bb 100644 --- a/xorg-xinit/xinit +++ b/xorg-xinit/xinit @@ -1,7 +1,9 @@ # -*- shell-script -*- for f in /etc/X11/xinit/xinitrc.d/*; do - if test -r "$f"; then + if test "$f" = /etc/X11/xinit/xinitrc.d/50-systemd-user.sh; then + # Ignore that file, it causes a catastrophic failure that is hard to locate + elif test -r "$f"; then . -- "$f" fi done -- cgit v1.2.3-70-g09d2