gnome-user-share-2.30.0

Introduction to gnome-user-share

The gnome-user-share package allows easy user-level file sharing via WebDAV or ObexFTP. The shared files are announced on the network by Avahi.

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

Package Information

gnome-user-share Dependencies

Required

gnome-bluetooth-2.30.0 and libcanberra-0.18

Required (Runtime)

mod_dnssd-0.6

Optional

Rarian-0.8.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-user-share

Installation of gnome-user-share

Install gnome-user-share 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/gnome-user-share  \
            --with-modules-path=/usr/lib/apache \
            --disable-scrollkeeper &&
make

This package does not come with a test suite.

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

--disable-scrollkeeper: Do not make updates to the scrollkeeper database. Remove it if you have rarian installed.

Contents

Installed Programs: gnome-file-share-properties and gnome-user-share
Installed Library: libnautilus-share-extension.so
Installed Directories: $GNOME_PREFIX/{lib/gnome-user-share, share/{gnome-user-share,gnome/help/gnome-user-share/*, omf/gnome-user-share}}

Short Descriptions

gnome-file-share-properties

is a tool to manage shares.

Last updated on 2010-08-29 05:29:31 +0000