mike-jumper commented on PR #611:
URL: https://github.com/apache/guacamole-server/pull/611#issuecomment-3348709500

   > That said, I'm still seeing some issues with RAIL when GFX support is 
enabled (hangs/disconnects/freezes) that don't occur when you disable GFX 
support, so I think there may be additional items to address related to the 
intersection of GFX + RAIL.
   
   I wonder if this might have something to do with:
   
   ```c
   freerdp_settings_set_bool(rdp_settings, FreeRDP_HiDefRemoteApp, 
guac_settings->enable_gfx);
   ```
   
   
(https://github.com/necouchman/guacamole-server/blob/10f2ccf3050f4c720b94d3a07a4753083556b80d/src/protocols/rdp/settings.c#L1687)
   
   I'm not sure why that would cause issues, but it is at least one direct 
connection between RemoteApp and whether GFX is enabled.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to