I connect from my macOS to my Linux servers where I'm running VNC server.
The VNC server is configured like this:
And I connect using the Screen Sharing application: <IP address>:5901
The problem is that even though I'm using vncconfig, Copy/Paste doesn't work.
Anyone can recommend an alternative VNC viewer app which is running natively on macOS M1 arm64?
The VNC server is configured like this:
cat ~/.vnc/xstartup
#!/bin/sh
# Start Gnome 3 Desktop
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
vncconfig -iconic &
dbus-launch --exit-with-session gnome-session
And I connect using the Screen Sharing application: <IP address>:5901
The problem is that even though I'm using vncconfig, Copy/Paste doesn't work.
Anyone can recommend an alternative VNC viewer app which is running natively on macOS M1 arm64?