diff --git a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json index 739ab2af2..1fed403bb 100644 --- a/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/glyptodon/guacamole/protocols/rdp.json @@ -138,6 +138,42 @@ ] }, + { + "name" : "performance", + "fields" : [ + { + "name" : "enable-wallpaper", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, + { + "name" : "enable-theming", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, + { + "name" : "enable-font-smoothing", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, + { + "name" : "enable-full-window-drag", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, + { + "name" : "enable-desktop-composition", + "type" : "BOOLEAN", + "options" : [ "true" ] + }, + { + "name" : "enable-menu-animations", + "type" : "BOOLEAN", + "options" : [ "true" ] + } + ] + }, + { "name" : "remoteapp", "fields" : [ diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 8f634dca7..8f5f1142b 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -255,8 +255,14 @@ "FIELD_HEADER_DOMAIN" : "Domain:", "FIELD_HEADER_DPI" : "Resolution (DPI):", "FIELD_HEADER_DRIVE_PATH" : "Drive path:", - "FIELD_HEADER_ENABLE_DRIVE" : "Enable drive:", - "FIELD_HEADER_ENABLE_PRINTING" : "Enable printing:", + "FIELD_HEADER_ENABLE_DESKTOP_COMPOSITION" : "Enable desktop composition (Aero):", + "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_MENU_ANIMATIONS" : "Enable menu animations:", + "FIELD_HEADER_ENABLE_PRINTING" : "Enable printing:", + "FIELD_HEADER_ENABLE_THEMING" : "Enable theming:", + "FIELD_HEADER_ENABLE_WALLPAPER" : "Enable wallpaper:", "FIELD_HEADER_HEIGHT" : "Height:", "FIELD_HEADER_HOSTNAME" : "Hostname:", "FIELD_HEADER_IGNORE_CERT" : "Ignore server certificate:", @@ -299,6 +305,7 @@ "SECTION_HEADER_DEVICE_REDIRECTION" : "Device Redirection", "SECTION_HEADER_DISPLAY" : "Display", "SECTION_HEADER_NETWORK" : "Network", + "SECTION_HEADER_PERFORMANCE" : "Performance", "SECTION_HEADER_REMOTEAPP" : "RemoteApp" },