diff options
Diffstat (limited to 'vnc')
-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 |