On Tue, Apr 14, 2020 at 3:32 PM sciUser <[email protected]> wrote:
> Question: Does Remote App work for Linux systems or it this only Microsoft > AD+ term + published? > > This depends on the protocol you're using, but it is possible to accomplish this using Linux. It may not work using the RemoteApp channel through RDP the same way Windows does it, but it is something you can accomplish. See the following thread for some suggestions on how to do it with XRDP: https://github.com/neutrinolabs/xrdp/issues/1038 VNC would involve some similar configuration - basically you'd set the apps you want to startup in the VNC session and then have users connect to that session. SSH would use a Bash profile or something similar during startup, which could be triggered using the Guacamole parameter to start a certain program at startup. -Nick
