Nautilus-2.14.3

Introduction to Nautilus

The Nautilus package contains the GNOME shell and file manager.

Package Information

Nautilus Dependencies

Required

EEL-2.14.3, EsounD-0.2.36, libexif-0.6.13, and librsvg-2.14.4

Optional

startup-notification-0.8, Tracker (requires MySQL-5.0.21 and D-BUS-0.62, and can use Gamin-0.1.7 and inotify.h capability), Beagle (uses inotify.h capability), and DocBook-utils-0.6.14

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

Installation of Nautilus

Install Nautilus by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.14.3 &&
make

To test the results, issue: make check.

Now, as the root user:

make install &&
install -v -m755 -d $(pkg-config \
    --variable=prefix ORBit-2.0)/share/doc/nautilus-2.14.3 &&
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} $(pkg-config \
    --variable=prefix ORBit-2.0)/share/doc/nautilus-2.14.3

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.14.3: This parameter causes the configuration files to be installed in /etc/gnome/2.14.3 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

Contents

Installed Programs: nautilus, nautilus-connect-server and nautilus-file-management-properties
Installed Library: libnautilus-extension.so
Installed Directories: The following subdirectories of $GNOME_PREFIX/: include/nautilus, share/{doc/nautilus-2.14.3, {,pixmaps}nautilus}

Short Descriptions

nautilus

is the GNOME file manager.

libnautilus-extension.so

supplies the functions needed by the file manager.

Last updated on 2006-12-21 18:11:17 -0600