summaryrefslogtreecommitdiff
path: root/net/xrdp-devel/files/startwm.sh
blob: 7b58c9a19240e892e33cf328d5dca9b167c17380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# This script is just an example. Edit this to suit your needs.
# If ${HOME}/startwm.sh exists, xrdp-sesman will execute it instead of this.

#### load profile if necessary
# source /etc/profile

#### you can set environment variables here whatever you want
# export LANG=en_US.UTF-8
# export GTK_IM_MODULE=fcitx
# export XMODIFIERS=@im=fcitx

#### start desktop environment
# exec gnome-session
# exec mate-session
# exec start-lumina-desktop
# exec ck-launch-session startplasma-x11
# exec startxfce4
exec xterm