试图启动xrdp
sudo systemctl start xrdp
失败时出错:
could not start log
少了什么?
发布于 2022-05-08 15:32:20
找到这个,它对我有用
/etc/X11/Xsession.d/80mate-environment
添加:
unset DBUS_SESSION_BUS_ADDRESS
在收尾前
https://stackoverflow.com/questions/72145655
相似问题