xrdp连接闪退情况之一

错误核查

首先使用命令vim ~/.xsession-errors,当里面的报错信息为WARNING **: Could not make bus activated clients aware of XDG_CURRENT_DESKTOP=GNOME environment variable:Failed to execute child process "dbus-launch" (No such file or directory),说明与我是同样的错误。

解决方法

  1. 安装dbus-x11
bash 复制代码
sudo apt-get update
sudo apt install dbus-x11
  1. 运行以下命令
bash 复制代码
sudo systemctl restart xrdp.service

然后就解决啦。

其他一些xrdp配置小技巧链接

  1. Ubuntu 使用XRDP 实现远程桌面连接-安装+配置+体验优化
  2. Linux|windows使用系统远程连接(xrdp)桌面linux系统电脑
相关推荐
穷人小水滴5 小时前
在 windows 运行 flatpak 应用 (WSL)
linux·windows·ubuntu
mit6.8245 小时前
ubuntu远程桌面很卡怎么解决?
linux·ubuntu·php
morliz子轩17 小时前
基于WSL搭建Ubuntu 22.04.x LTS开发环境
linux·运维·ubuntu
路多辛21 小时前
Debian新一代的APT软件源配置文件格式DEB822详解
linux·运维·ubuntu·debian
Web极客码1 天前
在Ubuntu 22.04上安装远程桌面服务
linux·运维·ubuntu
Danileaf_Guo2 天前
Ubuntu 18.04快速配置WireGuard互联
linux·运维·服务器·ubuntu
柳鲲鹏2 天前
Ubuntu下载、安装、编译指定版本python
运维·服务器·ubuntu
Tearstornbyrain2 天前
在Ubuntu24.04中使用ssh连接本地git仓库到github远程仓库
linux·git·ubuntu·ssh·github
skywalk81633 天前
Ubuntu24.04桌面版安装wps
linux·ubuntu·wps
梅孔立3 天前
linux 秒 安装谷歌浏览器 区分ubuntu和centos 给python爬取网站使用
linux·ubuntu·centos