I'm trying to access a remote Windows desktop hosted on Azure from my local Ubuntu 18.04 PC.
There is a link to do this directly from within my browser which works fairly well, however some applications (eg vcxsrv) on the host desktop do not respond to keyboard input, making them useless.
Instead, if I download the latest Windows Remote Desktop Client for Windows or Mac - I can use this to access Azure Workspaces rather than direct use of rdp protocol. When I do this the keyboard capture problems go away - so they are specific to the browser version (tested on Firefox and Chromium).
Microsoft refer to this in the below doc as "Subscribe to a Workspace":
I've tried running the Windows RDC in latest stable/devel versions of Wine but, whilst install is OK it fails at runtime with error below.
Other Native Linux RDC do not seem to support the Workspaces connections offered by the latest MS Client?
My question is - has anyone found a way of making this work either:
- Success using Wine
- Success using native Linux app
- Success with different browser
- Success by tweaking/fixing keyboard capture in browser
Wine issue:
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 1 1 Answer
I use Remmina all the time and it works very well
sudo apt install remmina remmina-plugin-rdp 1