linux - 第二个 XRDP 用户无法连接到 Azure VM 上的 GUI

标签 linux ubuntu azure rdp xrdp

我目前正在 Azure 中运行 Ubuntu 14 虚拟机。我已成功按照步骤启用 xrdp 并安装 xfce4。我能够使用我在 Putty 中使用 Windows RDP 创建的第一个用户帐户成功进入 GUI。我有第二个用户,也是在 Putty 中创建的,但是,我无法使用第二个用户名连接到 GUI。

我再次按照步骤将GUI添加到第二个用户名下的azure vm。但是,我经常遇到连接错误。请参阅所附照片。

我不知道如何完成这项工作。非常感谢任何想法。

下面是用于安装 xrdp 和 xfce4 的命令列表。

sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt-get install xrdp
sudo /etc/init.d/xrdp start
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xfce4
sudo echo xfce4-session >~/.xsession
sudo service xrdp restart

Error Message

最佳答案

第 2 步(安装 ubuntu-desktop)可能会把事情搞砸。只有安装 xfce4 对我一直有效,如这篇博文所示: http://c-nergy.be/blog/?p=5305

关于linux - 第二个 XRDP 用户无法连接到 Azure VM 上的 GUI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34933972/

相关文章:

authentication - Azure Active Directory - 无需浏览器窗口即可进行身份验证

c - 管道:关闭管道数组中的文件描述符

linux - Unix - 如何对一个词使用 cut -d

网络上的 linux 或 windows 终端

Ubuntu 透明 Gnome 终端

ubuntu - 无法在 Ubuntu 中打开tilestache url

linux - Maven最新版本安装UBuntu 16不使用 "wget"

azure - 使用 ADF v2 将“GET MetaData”事件输出到 SQL 表

azure - 在azure逻辑应用程序中,我们是否必须为每个集成创建单独的逻辑应用程序

linux - 如何在 Bash 脚本中发送身份验证详细信息?