]> gitweb.fluxo.info Git - scripts.git/commitdiff
Updates scripts
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Dec 2018 13:17:07 +0000 (11:17 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Dec 2018 13:17:07 +0000 (11:17 -0200)
vnc

diff --git a/vnc b/vnc
index 11759b23bd8bb12824bd326e8880dfe6fc0743ab..527b785791d4f8a1f8f212f7ae7bfd32e5e4f97b 100755 (executable)
--- a/vnc
+++ b/vnc
@@ -12,7 +12,8 @@ REMOTEPORT="${3:-5901}"
 # Clipboard options
 # In practice, clipboard limitations are not working as expected
 # So please do not use this script if you don't want to automatically share clipboard with the remote system
-VIEWER_OPTS="-AcceptClipboard off -SendClipboard off -SendPrimary off"
+# This is probably a bug on xtigervncviewer
+VIEWER_OPTS="-AcceptClipboard=off -SendClipboard=off -SetPrimary=off -SendPrimary=off"
 
 # Check
 if [ -x "$SERVER" ]; then