Vinagre-2.30.2

Introduction to Vinagre

The Vinagre is a VNC client for the GNOME Desktop. VNC is a protocol that allows remote display of a user's desktop.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

Vinagre Dependencies

Required

GConf-2.28.1, GNOME Doc Utils-0.20.2, gtk-vnc-0.3.10, and libgnome-keyring-2.30.1

Optional

avahi-0.6.25, GNOME Panel-2.30.2, Rarian-0.8.1, telepathy-glib-0.9.2, and VTE-0.24.2

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vinagre

Installation of Vinagre

Install Vinagre by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --libexecdir=$(pkg-config \
                --variable=prefix ORBit-2.0)/lib/vinagre-1 \
            --disable-applet \
            --disable-avahi \
            --disable-scrollkeeper &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/vinagre-1: This parameter is used so that the vinagre internal support programs are installed in the preferred location of $GNOME_PREFIX/lib/vinagre-1 instead of $GNOME_PREFIX/libexec.

--disable-applet: This parameter stops the build of the panel applet. Remove it if you have GNOME Panel installed.

--disable-avahi: This parameter disables the use of avahi for auto-discover machines. Remove it if you have avahi installed.

--disable-scrollkeeper: This parameter disables updates to the scrollkeeper database. Remove it if you have rarian installed.

--enable-ssh: This option enables the SSH plugin. Requires VTE.

Contents

Installed Programs: vinagre and vinagre-applet
Installed Libraries: libcloader.so and libvnc.so
Installed Directories: $GNOME_PREFIX/{include/vinagre-1.0/vinagre, lib/vinagre-1/{plugin-loaders,plugins},share/{doc/vinagre, gnome/help/vinagre/*,omf/vinagre,telepathy/clients, vinagre-1/plugins/vnc}}

Short Descriptions

vinagre

is a remote desktop viewer for the GNOME Desktop.

Last updated on 2010-08-30 12:45:20 +0000