=== modified file 'x2go/Xsession' --- x2go/Xsession 2014-09-30 18:12:47 +0000 +++ x2go/Xsession 2014-10-03 08:28:09 +0000 @@ -177,7 +177,9 @@ # run all system xinitrc shell scripts. for file in /etc/x2go/xinitrc.d/* ; do + set +e [ -r "$file" ] && . $file + set -e done # Prefix launch of session with ssh-agent if available and not already running.