使用 Gnome 桌面与 Azure VM - 从 Win 10 xrdp 连接的 Ubuntu 18.04

使用 Gnome 桌面与 Azure VM - 从 Win 10 xrdp 连接的 Ubuntu 18.04

我正在使用 xrdp 从 Win 10 连接到 Azure 中的 Ubuntu 18.04LTS 服务器。

连接时,我看到会话的几个选项,包括 Xorg、X11rdp、Xvnc、console、vnc-any、sesman-any、neutrinord-any。

我怎样才能获得 gnome 会话?

鉴于/etc/xrdp/xrdp.ini它可能需要lib=libvnc.so,我是否必须启动某种类型的 VNC 服务器?(vino、vncserver 等)

我跟着,但我没有看到侏儒风格的需要身份验证弹出窗口显示在那里。

编辑我已将其添加到/etc/xrdp/xrdp.ini(暗示这里,西班牙语页面,其中显示了 xrdp 中名为 的会话类型的屏幕截图sesman-Xvnc)。

[sesman-gnome]
name=sesman-gnome
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=-1
code=0

有关的

https://github.com/neutrinolabs/xrdp/issues/847

https://unix.stackexchange.com/questions/410181/xrdp-doesnt-work-when-started-as-a-service-but-works-when-started-manually

https://colinux.fandom.com/wiki/XRDP

https://www.padtinc.com/blog/how-to-install-and-configure-xrdp-and-same-session-xrdp-on-centos-6-7-rhel-6-7/

使用 xrdp 连接到桌面会话

如何设置重用现有会话的 xrdp 会话?

https://unix.stackexchange.com/questions/473209/connect-directly-to-xvnc-started-by-xrdp

https://github.com/neutrinolabs/xrdp/issues/1011

https://github.com/neutrinolabs/xrdp/issues/800

http://c-nergy.be/blog/?p=4168

相关内容