ports/net/xrdp/files/startwm.sh
Koichiro Iwao b271519c25 net/xrdp: install better example of startwm.sh
PR:		235271
Reported by:	ykla <yklaxds@gmail.com>
Sponsored by:	HAW International, Inc.
2019-03-13 09:13:55 +00:00

15 lines
369 B
Bash

#!/bin/sh
#
# This script is an example. Edit this to suit your needs.
# If ${HOME}/startwm.sh exists, xrdp-sesman will execute it instead of this.
#### set environment variables here if you want
# export LANG=en_US.UTF-8
#### start desktop environment
# exec gnome-session
# exec mate-session
# exec start-lumina-desktop
# exec startkde
# exec startxfce4
exec xterm