diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-05-07 20:32:06 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-05-07 20:32:06 -0700 |
commit | 1f1e8a5159d9536339a6ea81f39ef73f2957aa90 (patch) | |
tree | 9e7e6044c45efa6d55cb63d0f6a3bdcea4beac20 | |
parent | 4960accf8e8dd09591ef253734728c37c6919219 (diff) | |
download | xrdp-proprietary-1f1e8a5159d9536339a6ea81f39ef73f2957aa90.tar.gz xrdp-proprietary-1f1e8a5159d9536339a6ea81f39ef73f2957aa90.zip |
startwm.sh: forgot to remove org Xsession call
-rwxr-xr-x | sesman/startwm.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sesman/startwm.sh b/sesman/startwm.sh index 0724bb76..457ca1a5 100755 --- a/sesman/startwm.sh +++ b/sesman/startwm.sh @@ -3,7 +3,6 @@ if [ -r /etc/default/locale ]; then . /etc/default/locale export LANG LANGUAGE fi -. /etc/X11/Xsession # debian if [ -r /etc/X11/Xsession ]; then |