Nautilus-2.8.2

Introduction to Nautilus

The Nautilus package contains the GNOME shell and file manager.

Package information

Additional downloads

Installation of Nautilus

Install Nautilus by running the following commands:

patch -Np1 -i ../nautilus-2.8.2-libexif_fix-1.patch &&
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --sysconfdir=/etc/gnome && 
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

Contents

The Nautilus package contains nautilus, nautilus-adapter, nautilus-file-management-properties, nautilus-text-view, nautilus-throbber, libnautilus libraries and Bonobo modules.

Description

nautilus

nautilus is the GNOME file manager.

nautilus libraries

libnautilus libraries supply the functions needed by the file manager.

Last updated on 2005-01-25 12:21:25 -0700