From 93d97e8c9713bcb4f771082c2afaa50037c78ac2 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 2 Sep 2021 17:34:07 -0700 Subject: [PATCH] GUACAMOLE-377: Add parameter definition and translation for "enable-gfx". --- .../main/resources/org/apache/guacamole/protocols/rdp.json | 5 +++++ guacamole/src/main/frontend/src/translations/en.json | 1 + 2 files changed, 6 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index e78313d79..77855f3db 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -254,6 +254,11 @@ { "name" : "performance", "fields" : [ + { + "name" : "enable-gfx", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, { "name" : "enable-wallpaper", "type" : "BOOLEAN", diff --git a/guacamole/src/main/frontend/src/translations/en.json b/guacamole/src/main/frontend/src/translations/en.json index db502311d..3ee46a313 100644 --- a/guacamole/src/main/frontend/src/translations/en.json +++ b/guacamole/src/main/frontend/src/translations/en.json @@ -490,6 +490,7 @@ "FIELD_HEADER_ENABLE_DRIVE" : "Enable drive:", "FIELD_HEADER_ENABLE_FONT_SMOOTHING" : "Enable font smoothing (ClearType):", "FIELD_HEADER_ENABLE_FULL_WINDOW_DRAG" : "Enable full-window drag:", + "FIELD_HEADER_ENABLE_GFX" : "Enable Graphics Pipeline Extension (RemoteFX):", "FIELD_HEADER_ENABLE_MENU_ANIMATIONS" : "Enable menu animations:", "FIELD_HEADER_DISABLE_BITMAP_CACHING" : "Disable bitmap caching:", "FIELD_HEADER_DISABLE_OFFSCREEN_CACHING" : "Disable off-screen caching:",