#!/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