From: Silvio Rhatto Date: Tue, 11 Dec 2018 13:17:07 +0000 (-0200) Subject: Updates scripts X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=27ea59db714352fa75f835749c06dc165ae38f8d;p=scripts.git Updates scripts --- diff --git a/vnc b/vnc index 11759b2..527b785 100755 --- 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