我有一台安装了 Ubuntu 图形界面版的服务器。我安装了 xrdp 以便从 Windows 访问它。我以前做过同样的事情,当我连接 Windows 时,它显示正常的 gnome 桌面。这次我这样做时,它只显示 xfce。如果我删除 xfce,那么我的 rdp 连接在连接时会崩溃。如何在 xrdp 中恢复 gnome/正常的 ubuntu 桌面环境?
答案1
运行sudo apt install ubuntu-desktop
默认的一个,
或者sudo apt install ubuntu-gnome-desktop
Ubuntu 风格的 GNOME
或者sudo apt install ubuntu-unity-desktop
适用于 Ubuntu 风格的 Unity 桌面。