From f76ec64c4a5ae45d085dde32c93c7526f57bb739 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Jan 2022 14:35:45 -0300 Subject: Fix: implement SETCDPATH workaround --- xsessionrc.dot.link | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 07cf2db..bb08711 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -85,7 +85,10 @@ export SSH_ASKPASS="/usr/lib/ssh/x11-ssh-askpass" #fi # Make sure to load the profile -. $HOME/.profile +# +# Use SETCDPATH workaround as there might be some weird bug +# somewhere killing the X11 session if CDPATH is set. +SETCDPATH=false && . $HOME/.profile # Additional applications depending on the machine type #if laptop-detect; then -- cgit v1.2.3