Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Created July 29, 2017 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandanote-info/6e12988c72047b0e3b93622bc8e3df05 to your computer and use it in GitHub Desktop.
Save pandanote-info/6e12988c72047b0e3b93622bc8e3df05 to your computer and use it in GitHub Desktop.
TigerVNC 1.8.0以降のクリップボードサポートを無効にするためのpatch.
--- /etc/xrdp/sesman.ini.ORG 2017-07-29 12:13:38.416950361 +0900
+++ /etc/xrdp/sesman.ini 2017-07-29 12:14:46.772060425 +0900
@@ -69,6 +69,10 @@
param=-localhost
param=-dpi
param=96
+param=-AcceptCutText=0
+param=-SendCutText=0
+param=-SendPrimary=0
+param=-SetPrimary=0
[Xorg]
param=Xorg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment