A
A
Alexey Kostyukhin2020-02-28 09:22:37
X.Org
Alexey Kostyukhin, 2020-02-28 09:22:37

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

How can I put cinnamon there?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
maniac_by, 2020-02-28
@maniac_by

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

G
Gregory, 2020-02-28
@Maxlinus

https://habr.com/ru/company/ruvds/blog/312556/
I would recommend x2go server https://wiki.x2go.org/doku.php , or do you fundamentally need rdp?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question