Skip to content

Commit

Permalink
GUACAMOLE-377: Switch over to "disable-gfx" parameter (enable RDPGFX …
Browse files Browse the repository at this point in the history
…by default).
  • Loading branch information
mike-jumper committed May 18, 2022
1 parent 59ace6c commit be90de9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@
{
"name" : "performance",
"fields" : [
{
"name" : "enable-gfx",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "enable-wallpaper",
"type" : "BOOLEAN",
Expand Down Expand Up @@ -303,6 +298,11 @@
"name" : "disable-glyph-caching",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-gfx",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion guacamole/src/main/frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,11 @@
"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:",
"FIELD_HEADER_DISABLE_GLYPH_CACHING" : "Disable glyph caching:",
"FIELD_HEADER_DISABLE_GFX" : "Disable Graphics Pipeline Extension:",
"FIELD_HEADER_ENABLE_PRINTING" : "Enable printing:",
"FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:",
"FIELD_HEADER_ENABLE_THEMING" : "Enable theming:",
Expand Down

0 comments on commit be90de9

Please sign in to comment.