The Nautilus package contains the GNOME shell and file manager.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/nautilus/2.8/nautilus-2.8.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/nautilus/2.8/nautilus-2.8.2.tar.bz2
Download MD5 sum: d5fdec9acc37181016e8424e96d663b8
Download size: 5.8 MB
Estimated disk space required: 87 MB
Estimated build time: 1.37 SBU
Required patch (if libexif >= 0.6.9 is installed): http://www.linuxfromscratch.org/blfs/downloads/6.0/nautilus-2.8.2-libexif_fix-1.patch
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
--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.
The Nautilus package contains nautilus, nautilus-adapter, nautilus-file-management-properties, nautilus-text-view, nautilus-throbber, libnautilus libraries and Bonobo modules.
Last updated on 2005-01-25 12:21:25 -0700