@
chapiom 这个如果不修改启动 3389 端口,会与 ubuntu 默认本机 Remote Desktop 的远程端口冲突
```sh
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE xrdp[13071]: [INFO ] address [0.0.0.0] port [3389] mode 1
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE xrdp[13071]: [INFO ] listening to port 3389 on 0.0.0.0
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE xrdp[13071]: [ERROR] g_tcp_bind(7, 3389) failed bind IPv6 (errno=98) and IPv4 (errno=22).
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE xrdp[13071]: [ERROR] trans_listen_address failed
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE xrdp[13071]: [CORE ] Failed to start xrdp daemon, possibly address already in use.
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE systemd[1]: xrdp.service: Control process exited, code=exited, status=1/FAILURE
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE systemd[1]: xrdp.service: Failed with result 'exit-code'.
8 月 14 22:01:43 jingmian-TUF-GAMING-FX504GE-FX80GE systemd[1]: Failed to start xrdp.service - xrdp daemon.
jingmian@jingmian-TUF-GAMING-FX504GE-FX80GE:~$ sudo netstat -tulnp | grep :3389
tcp6 0 0 :::3389 :::* LISTEN 13041/gnome-remote-
jingmian@jingmian-TUF-GAMING-FX504GE-FX80GE:~$ sudo kill -9 13041
jingmian@jingmian-TUF-GAMING-FX504GE-FX80GE:~$ sudo netstat -tulnp | grep :3389
tcp6 0 0 :::3389 :::* LISTEN 13127/gnome-remote-
jingmian@jingmian-TUF-GAMING-FX504GE-FX80GE:~$ ps -f -p 13127
UID PID PPID C STIME TTY TIME CMD
gnome-r+ 13127 1 0 22:02 ? 00:00:00 /usr/libexec/gnome-remote-desktop-daemon --system
```
所以不怎么想用自带的