ubuntu22.04 安装xrdp

sudo apt update
sudo apt install xrdp -y

/etc/xrdp/startwm.sh 内容如下:

#!/bin/sh
if test -r /etc/profile; then
    . /etc/profile
fi

unset DBUS_SESSION_BUS_ADDRESS  # 新增
unset XDG_RUNTIME_DIR  # 新增

#test -x /etc/X11/Xsession && exec /etc/X11/Xsession  # 注释
#exec /bin/sh /etc/X11/Xsession  # 注释
gnome-session  # 新增

 

sudo systemctl restart xrdp

posted @ 2025-09-23 17:35  黑山老猫  阅读(15)  评论(0)    收藏  举报