diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-12-11 11:17:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-12-11 11:17:07 -0200 |
commit | 27ea59db714352fa75f835749c06dc165ae38f8d (patch) | |
tree | 57db699658b20ca3af3bfcb511bf657f4fe896b0 | |
parent | e8c7e3161c3ab54f4e5f25ef8c6f0b9d65a67a2f (diff) | |
download | scripts-27ea59db714352fa75f835749c06dc165ae38f8d.tar.gz scripts-27ea59db714352fa75f835749c06dc165ae38f8d.tar.bz2 |
Updates scripts
-rwxr-xr-x | vnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |