xrdp/sesman/startwm.sh

8 lines
117 B
Bash
Raw Normal View History

2010-07-26 09:52:12 +08:00
#!/bin/sh
2013-03-20 23:57:21 +08:00
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
. /etc/X11/Xsession
2006-02-20 12:20:54 +08:00