mirror of https://github.com/neutrinolabs/xrdp
use -l for startwm.sh
This commit is contained in:
parent
8490a2b24b
commit
c7a5643690
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue