From b4b7366b84ee823e08f3773deef18de562d2daba Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Tue, 16 Jan 2018 17:46:40 -0500 Subject: [PATCH] GUACAMOLE-445: Add client-side parameters and translations for changing printer name. --- .../main/resources/org/apache/guacamole/protocols/rdp.json | 4 ++++ guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 5 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 c95fd73cb..ea6c416db 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 @@ -169,6 +169,10 @@ "type" : "BOOLEAN", "options" : [ "true" ] }, + { + "name" : "printer-name", + "type" : "TEXT" + }, { "name" : "enable-drive", "type" : "BOOLEAN", diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 0f242f9bf..eaca70c8e 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -349,6 +349,7 @@ "FIELD_HEADER_LOAD_BALANCE_INFO" : "Load balance info/cookie:", "FIELD_HEADER_PASSWORD" : "Password:", "FIELD_HEADER_PORT" : "Port:", + "FIELD_HEADER_PRINTER_NAME" : "Redirected printer name:", "FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):", "FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:", "FIELD_HEADER_READ_ONLY" : "Read-only:",