Skip to content

Instantly share code, notes, and snippets.

@cottsay
Last active April 10, 2020 20:20
Show Gist options
  • Save cottsay/b5d74ee9331af51e35555712d08df940 to your computer and use it in GitHub Desktop.
Save cottsay/b5d74ee9331af51e35555712d08df940 to your computer and use it in GitHub Desktop.
Patch to get Vinagre to work with our EC2 instances
--- a/plugins/rdp/vinagre-rdp-tab.c 2020-04-10 13:09:36.783471090 -0700
+++ b/plugins/rdp/vinagre-rdp-tab.c 2020-04-10 13:09:30.616657251 -0700
@@ -859,7 +859,7 @@
TRUE,
TRUE,
TRUE,
- 20,
+ 33,
domain,
username,
password,
@@ -1039,6 +1039,9 @@
/* Allow font smoothing by default */
settings->AllowFontSmoothing = TRUE;
+
+ /* ??? */
+ settings->AllowUnanouncedOrdersFromServer = TRUE;
}
static void
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment