Vino-2.28.2

Introduction to Vino

The Vino package is a VNC server for GNOME. 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

Vino Dependencies

Required

GConf-2.28.1, gtk+-2.24.8, libgnome-keyring-2.30.1, and libsoup-2.30.2

Optional

avahi-0.6.25, glibmm-2.24.2, GnuTLS-3.0.7, libnotify-0.4.5, libsexy-0.1.11, libunique-1.1.6, NetworkManager, and telepathy-glib-0.9.2

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

Installation of Vino

Install Vino 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/vino &&
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/vino: This parameter is used so that the vino internal support programs are installed in the preferred location of $GNOME_PREFIX/lib/vino instead of $GNOME_PREFIX/libexec.

Contents

Installed Programs: vino-passwd, vino-preferences, and vino-server
Installed Libraries: None
Installed Directories: $GNOME_PREFIX/{lib/vino,share/vino}

Short Descriptions

vino-server

is the Vino server.

Last updated on 2010-08-30 12:57:15 +0000