gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. It provides a core C library, and bindings for Python (PyGTK). GTK-VNC supports a number of VNC extensions aimed at improving the user experience, particularly when interacting with virtual machines.
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. It provides a core C library, and bindings for Python (PyGTK). GTK-VNC supports a number of VNC extensions aimed at improving the user experience, particularly when interacting with virtual machines.
To install gtk-vnc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gtk-vnc
To see what files were installed by gtk-vnc, run:
port contents gtk-vnc
To later upgrade gtk-vnc, run:
sudo port selfupdate && sudo port upgrade gtk-vnc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.