This package browser is in early development. Mind the rough edges.

gtk-vnc

VNC client viewer widget for GTK+

GTK-VNC is a project providing client side APIs for the RFB protocol / VNC remote desktop technology. 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).

Installation

Install the latest version of gtk-vnc as follows:

guix install gtk-vnc

Or install a particular version:

guix install gtk-vnc@1.3.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.