Vinagre is a VNC client for the GNOME Desktop.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/vinagre/3.22/vinagre-3.22.0.tar.xz
Download MD5 sum: 451554ddf46636105cd5f0330e98d254
Download size: 1.5 MB
Estimated disk space required: 25 MB
Estimated build time: 0.2 SBU
gtk-vnc-1.3.1, itstool-2.0.7, and libsecret-0.21.2
telepathy-glib-0.24.2, Vala-0.56.14, and VTE-0.74.2
Avahi-0.8, appstream-glib, FreeRDP (For connecting to Windows desktops), and Spice-GTK
First fix an issue exposed by GCC-10:
sed -e '/_VinagreVnc/i gboolean scaling_command_line;' \ -i plugins/vnc/vinagre-vnc-connection.c && sed -e '/scaling_/s/^/extern /' \ -i plugins/vnc/vinagre-vnc-connection.h
Install Vinagre by running the following commands:
./configure --prefix=/usr \ --enable-compile-warnings=minimum && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-compile-warnings=minimum
: This switch disables compiler warnings that can cause the build to fail when built under GCC6.