2. 원격 테스크톱 연결을 위한 xrdp 설치하기
$ sudo apt remove xrdp
$ sudo apt install xrdp -y
4. 접속은 되지만 검은 화면(black screen)만 보이는 경우가 많다.
이 경우, xrdp X session start script에 아래 세 줄을 추가해서 해결할 수 있다.
unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR
. $HOME/.profile
-------------------------------------------------------------------------------
$ sudo vi /etc/xrdp/startwm.sh
#!/bin/sh
# xrdp X session start script (c) 2015, 2017, 2021 mirabilos
# published under The MirOS Licence
# Rely on /etc/pam.d/xrdp-sesman using pam_env to load both
# /etc/environment and /etc/default/locale to initialise the
# locale and the user environment properly.