Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

excelsior.ink

macrumors regular
Original poster
Apr 15, 2020
134
78
I connect from my macOS to my Linux servers where I'm running VNC server.
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?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.