necouchman commented on code in PR #611: URL: https://github.com/apache/guacamole-server/pull/611#discussion_r2325011574
########## src/protocols/rdp/settings.c: ########## @@ -1683,7 +1683,8 @@ void guac_rdp_push_settings(guac_client* client, if (guac_settings->remote_app != NULL) { freerdp_settings_set_bool(rdp_settings, FreeRDP_Workarea, TRUE); freerdp_settings_set_bool(rdp_settings, FreeRDP_RemoteApplicationMode, TRUE); - freerdp_settings_set_bool(rdp_settings, FreeRDP_RemoteAppLanguageBarSupported, TRUE); + freerdp_settings_set_bool(rdp_settings, FreeRDP_RemoteAppLanguageBarSupported, FALSE); Review Comment: I think I changed it as part of the debugging I was doing, I can definitely flip that back...although, I'm wondering, do we actually support the language bar? I've never seen it pop up in my use of RAIL support, so not sure if we should be saying we support that or not? -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org