Answer the question
In order to leave comments, you need to log in
How to set up a graph. shell of users who connect to my ubuntu 16.04 server via xRDP?
I installed a clean ubuntu 16.04 server, updated and rolled xRDP there,
added users. BUT, the instructions say that the count. environment will be xfc4, how can i change it?
configured on this link
Everything works, but the environment categorically does not fit!
Guys, help me, I didn’t sleep all night, it won’t work!
I'm interested in these settings:
echo xfce4-session >~/.xsession
#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
Answer the question
In order to leave comments, you need to log in
1. Install the cinnamon, for starters. Otherwise, how will it work without it? And do not forget X, and in general the graphical environment and all its binding. Yes.
2. create ~/.xsession and ~/.xsessionrc
3.
$ echo "cinnamon-session" > ~/.xsession
$ D=/usr/share/gnome:/usr/share/cinnamon:/usr/local/share:/usr/share
$ D=${D}:/var/lib/snapd/desktop
$ C=/etc/xdg/xdg-cinnamon:/etc/xdg
$ cat <<EOF > ~/.xsessionrc
export XDG_SESSION_DESKTOP=cinnamon
export XDG_DATA_DIRS=${D}
export XDG_CONFIG_DIRS=${C}
EOF
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question