xrdp/sesman/startwm.sh

7 lines
116 B
Bash
Raw Normal View History

2010-07-26 05:52:12 +04:00
#!/bin/sh
2013-03-20 19:57:21 +04:00
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
. /etc/X11/Xsession