我正在尝试从本地Ubuntu18.04个人电脑上访问一个托管在Azure上的远程Windows桌面。
有一个链接可以直接在我的浏览器中完成,这很好,但是在主机桌面上的一些应用程序(例如vcxsrv)不响应键盘输入,使它们变得无用。
相反,如果我下载Windows或Mac的最新Windows远程桌面客户端,我可以使用它访问Azure工作区,而不是直接使用rdp协议。当我这样做时,键盘捕获问题就消失了--所以它们是浏览器版本(在Firefox和Chromium上测试过的)特有的。
Microsoft在下面的文档中将此称为“订阅工作区”:https://docs.microsoft.com/en-us/azure/virtual-desktop/connect-windows-7-10
我试过在最新版本的葡萄酒中运行Windows,但是,虽然安装是好的,但它在运行时失败了,下面是错误的。
其他原生Linux似乎不支持最新的MS客户端提供的工作区连接?
我的问题是-有没有人找到办法让这件事发挥作用:
葡萄酒发行:
Unhandled Exception:
System.Runtime.Remoting.RemotingException:
Channel Microsoft Remote Desktop WPF Client foouser:
SingeInstanceIPCChannel is not securable while ensureSecurity is specified as trueat System.Runtime.
Remoting.Channels.ChannelServices.RegisterChannel
(System.Runtime.Remoting.Channels.IChannel chnl, System.Boolean
ensureSecurity) [0x0002a] in <7713cb95b33244ed9608bf0b23fbdce9>:0发布于 2021-01-16 16:57:25
我一直在使用Remmina,而且效果很好。
sudo apt install remmina remmina-plugin-rdphttps://askubuntu.com/questions/1307096
复制相似问题