On Mon, Sep 3, 2018 at 1:27 AM [email protected] <[email protected]> wrote:
> Hi! > > Guacmole Server Version : > 0.9.13 > > Xfreerdp Version: > 1.1.0 > > guacd is install at Centos7, and connect to a Linux Remote Applciation > > Where i open a application where xfreerdp command: > xfreerdp /v:192.168.3.78 /port:3389 /u:test /p:123456 > /shell:/usr/bin/firefox > In Guacamole, the "initial-program" connection parameter is the equivalent of /shell in xfreerdp - they both activate the same FreeRDP connection setting. > > But use /app when i connect a window remote appllication. > > How to use /app parameters conenction a Linux Remote application . > /app activates the Remote Application feature in Windows. There are a couple of key requirements needed to get this to work. The first is that you have to be running a version of Windows that supports it - XP Pro supported it, but in 7/8/10, you have to be running Education, Enterprise, or Ultimate - it is not supported in Pro/Home/Starter. Windows Server 2008 R2, 2012 R2, and 2016 also support it. The second requirement is that you have published the remote apps. Windows Server contains built-in tools for creating those published applications. On Windows workstation editions (7/8/10) you'll need to either do it manually in the registry or use a tool (http://www.kimknight.net/remoteapptool) to configure it. Once it's configured and working properly on the Windows side you can connect with Guacamole using the remote-app parameter. This is documented here: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp-remoteapp . -Nick
