mike-jumper commented on code in PR #611: URL: https://github.com/apache/guacamole-server/pull/611#discussion_r2387190900
########## 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 we should revert this unless things do not work without it disabled. IIRC, the language bar is the UI component of Windows that allows switching between input methods, and would be needed for languages like Chinese and Japanese. -- 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