On Mon, Jun 16, 2025 at 12:46 AM geek 2gether < [email protected]> wrote:
> Turns out the problem was FreeRDP 3.x. After rebuilding Guacamole 1.6.0 > with > > **FreeRDP 2.11.x** (SSL + SSPI enabled) RemoteApp works again. > > Two notes: > > 1. Remove the 3.x packages, install `freerdp2-dev`, then recompile > guacamole-server. > 2. Make sure `guacd` has a writable HOME, e.g.: > > [Service] > Environment=HOME=/var/lib/guacd > > With those changes, both desktop RDP and RemoteApp stay connected. I hope > this will get fixed before 1.6.0 is published. > > Yeah, these are both known issues - the second one, the requirement for a writable home directory for guacd - is more of an issue with the FreeRDP library, so not something we can change within the Guacamole code. The first one is being tracked via the following Jira issue: https://issues.apache.org/jira/browse/GUACAMOLE-2072 To this point we've been unable to determine what has changed in FreeRDP 3.x and what we're missing in the RAIL code within Guacamole to fix the issue. -Nick >
