Last active
February 24, 2021 13:09
-
-
Save cozingo/6b967af0dee236da3a14cad0b1993616 to your computer and use it in GitHub Desktop.
rdp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gitlab.com/Remmina/Remmina/-/issues/1584 | |
Resolution: Custom 1280x960 | |
Color depth: High Color(16 bpp) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install xrdp | |
Option 1: xfce4 | |
sudo apt-get install xfce4 xfce4-terminal | |
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh | |
Option 2: MATE | |
sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon | |
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n mate-session \n' /etc/xrdp/startwm.sh | |
sudo adduser xrdp ssl-cert | |
sudo /etc/init.d/xrdp restart | |
https://www.e2enetworks.com/help/knowledge-base/how-to-install-remote-desktop-xrdp-on-ubuntu-18-04/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment