diff options
author | jsorg71 <jsorg71> | 2009-09-20 17:51:08 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-09-20 17:51:08 +0000 |
commit | 8e7b8396cca27b04db74f262c1f4db3ec0894c98 (patch) | |
tree | fef2e760a7b6aba97e1bbab36f67590fb3dcc04f /sesman/startwm.sh | |
parent | d350ec5bfd3553a03f5baee0d42e09aec6cd926e (diff) | |
download | xrdp-proprietary-8e7b8396cca27b04db74f262c1f4db3ec0894c98.tar.gz xrdp-proprietary-8e7b8396cca27b04db74f262c1f4db3ec0894c98.zip |
add commented suggestions for .bash_profile and /etc/environment
Diffstat (limited to 'sesman/startwm.sh')
-rwxr-xr-x | sesman/startwm.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sesman/startwm.sh b/sesman/startwm.sh index ea8eab0d..3448c09a 100755 --- a/sesman/startwm.sh +++ b/sesman/startwm.sh @@ -10,6 +10,14 @@ SESSIONS="startkde gnome-session startxfce4 xterm" #PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" #export PATH=$PATH +# for PATH and LANG from /etc/environment +#. /etc/environment +#export PATH=$PATH +#export LANG=$LANG + +# for bash profile +#. ~/.bash_profile + for WindowManager in $SESSIONS do which $WindowManager |