summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/data/etc/X11/Xsession
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/xorg/data/etc/X11/Xsession')
-rwxr-xr-xcore/modules/xorg/data/etc/X11/Xsession4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/xorg/data/etc/X11/Xsession b/core/modules/xorg/data/etc/X11/Xsession
index 33a003ac..86ecfc14 100755
--- a/core/modules/xorg/data/etc/X11/Xsession
+++ b/core/modules/xorg/data/etc/X11/Xsession
@@ -28,8 +28,10 @@ errormsg () {
# Make sure we source the global profile - needed for ssh-agent, etc.
[ -e "/etc/profile" ] && . "/etc/profile"
-# Workaround to start Xsession. The original Xsession script includes error handling functionality and sources other scrips from the Xsession.d/ directory.
+# Make sure we source the global profile - needed for ssh-agent, etc.
+[ -e "/etc/profile" ] && source "/etc/profile"
+# Workaround to start Xsession. The original Xsession script includes error handling functionality and sources other scrips from the Xsession.d/ directory.
SESSIONDIR="/etc/X11/Xsession.d"
tmpfile="$( mktemp "/tmp/xsession-log-$( date +%s )-XXXXXX" )"