【Ubuntu20.04】安装XRDP远程桌面服务

【Ubuntu20.04】安装XRDP远程桌面服务

安装xrdp

c 复制代码
sudo apt install xrdp
sudo adduser xrdp ssl-cert
sudo systemctl restart xrdp

黑屏解决

修改startwm.sh文件

c 复制代码
sudo gedit /etc/xrdp/startwm.sh

在test -x /etc/X11/Xsession上一行添加

c 复制代码
unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR

保存后退出,重启服务

c 复制代码
sudo systemctl restart xrdp

反复登录验证问题

首先获取权限

c 复制代码
su root
##如果是第一次使用先创建密码
sudo passwd

色彩管理设备"color managed device"弹窗

创建文件/etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla

写入内容

c 复制代码
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes

刷新系统软件源"refresh the system repositories"弹窗

创建文件/etc/polkit-1/localauthority/50-local.d/46-allow-packagekit.pkla

写入内容

c 复制代码
[Allow Refresh Repository all Users]
Identity=unix-user:*
Action=org.freedesktop.packagekit.system-sources-refresh
ResultAny=no
ResultInactive=no
ResultActive=yes
相关推荐
HPC_fac130520678161 分钟前
科研深度学习:如何精选GPU以优化服务器性能
服务器·人工智能·深度学习·神经网络·机器学习·数据挖掘·gpu算力
JunLan~4 小时前
Rocky Linux 系统安装/部署 Docker
linux·docker·容器
方竞5 小时前
Linux空口抓包方法
linux·空口抓包
sun0077006 小时前
ubuntu dpkg 删除安装包
运维·服务器·ubuntu
海岛日记6 小时前
centos一键卸载docker脚本
linux·docker·centos
oi777 小时前
使用itextpdf进行pdf模版填充中文文本时部分字不显示问题
java·服务器
AttackingLin7 小时前
2024强网杯--babyheap house of apple2解法
linux·开发语言·python
shuangrenlong8 小时前
slice介绍slice查看器
java·ubuntu