Linux

ubuntu 18.04 xrdp install

Naan 2019. 5. 2. 20:25
320x100

설치시 위와 같이 에러가 발생 된다.

 

add-apt-repository ppa:martinx/xrdp-next
apt-get update
apt-get install xrdp -y
apt-get install X11* -y
apt-get install xorgxrdp -y
apt-get install xserver-xorg-core-hwe-18.04 -y
apt-get install xorg-video-abi-24
apt-get install xorgxrdp -y
apt-get install tigervnc* -y
echo xterm > ~/.xsession
chmod +x ~/.xsession
apt-get install xserver-xorg-core -y
apt-get install tigervnc* -y
echo mate-session> ~/.xsession
apt-get install mate-core -y
ufw allow 3389/tcp
apt-get install xfce4 -y
service xrdp restart

 

하면 정상적으로 된다..

 

사실.... 이것저것 하다 보니 되서.... 뭘 해서 된지는 잘 모르겠다..

320x100