summaryrefslogtreecommitdiffstats
path: root/sesman/startwm.sh
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2010-07-08 03:50:50 +0000
committerjsorg71 <jsorg71>2010-07-08 03:50:50 +0000
commitc7a56436900ebcb5a5493745cc97394695d71044 (patch)
tree021e51b669e82b4b679ee84ec1f146ade2bb282f /sesman/startwm.sh
parent8490a2b24b28fc541340a60b92c78f5a7f95a6f1 (diff)
downloadxrdp-proprietary-c7a56436900ebcb5a5493745cc97394695d71044.tar.gz
xrdp-proprietary-c7a56436900ebcb5a5493745cc97394695d71044.zip
use -l for startwm.sh
Diffstat (limited to 'sesman/startwm.sh')
-rwxr-xr-xsesman/startwm.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/sesman/startwm.sh b/sesman/startwm.sh
index 4734c300..74850296 100755
--- a/sesman/startwm.sh
+++ b/sesman/startwm.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -l
# change the order in line below to run to run whatever window manager you
# want, default to kde
@@ -18,11 +18,6 @@ SESSIONS="startkde gnome-session startxfce4 xterm"
#export PATH=$PATH
#export LANG=$LANG
-# for bash profile
-#. ~/.bash_profile
-
-#. /etc/profile
-
for WindowManager in $SESSIONS
do
which $WindowManager