Changeset 5438 for lliurex-custom-xrdp
- Timestamp:
- Jul 3, 2017, 2:08:17 PM (4 years ago)
- Location:
- lliurex-custom-xrdp/trunk/fuentes/install-files/etc/xrdp
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-custom-xrdp/trunk/fuentes/install-files/etc/xrdp/startwm.lliurex
r4729 r5438 1 1 #!/bin/sh 2 2 3 . "/etc/profile" 4 . "/etc/environment" 5 . "/etc/default/locale" 3 6 4 SOURCE_PATH="/etc/xrdp/startwm.d" 5 6 for f in $(ls $SOURCE_PATH); do 7 8 source $SOURCE_PATH/$f 9 10 done 11 7 export PATH=$PATH 8 export LANG=$LANG 12 9 13 10 mate-session
Note: See TracChangeset
for help on using the changeset viewer.