You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by sciUser <sh...@securitycentric.net> on 2020/04/14 19:32:51 UTC

Remote APP

Question:  Does Remote App work for Linux systems or it this only Microsoft
AD+ term + published?



-----
A Cybersecurity Enablement Company 
We don't just run you through the motions, Our labs teach you how to think! 
Known good Guacamole  installations

--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Remote APP

Posted by Nick Couchman <vn...@apache.org>.
On Tue, Apr 14, 2020 at 3:32 PM sciUser <sh...@securitycentric.net>
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