From ccbe496df5ea41e39f1b5111042c835b19c01cd0 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Sat, 18 Sep 2021 18:05:10 +0200 Subject: [PATCH] Fixed regression introduced in .xinitrc --- x/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/.xinitrc b/x/.xinitrc index 6467665..80ff906 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -19,8 +19,8 @@ fi # moment I don't have the time (and will) to grasp the secuirty # consequences of removing them. # run all system xinitrc shell scripts. -if [ -d /etc/X11/xinit/xinitrc.d ]; then - for i in /etc/X11/xinit/xinitrc.d/* ; do +if [ -d /etc/X11/Xsession.d ]; then + for i in /etc/X11/Xsession.d/* ; do if [ -x "$i" ]; then . "$i" fi