The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.6/nautilus-3.6.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.6/nautilus-3.6.3.tar.xz
Download MD5 sum: a0ef8ce24933aa897568aef98645d4e8
Download size: 4.8 MB
Estimated disk space required: 140 MB
Estimated build time: 0.7 SBU
DocBook-utils-0.6.14, Exempi-2.2.0, libexif-0.6.21, Tracker and Valgrind
Gvfs-1.14.2 (For hotplugging and device mounting to work)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus
Install Nautilus by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/nautilus \
--disable-nst-extension \
--disable-packagekit \
--disable-tracker &&
make
This package needs to be installed before its testsuite can be run.
Now, as the root user:
make install
To test the results, issue: make check.
--disable-packagekit: This switch
disables use of PackageKit which isn't suitable for BLFS.
--disable-nst-extension: This switch
disables building of the sendto extension which is provided by
other package.
--disable-tracker: This switch disables
use of Tracker which isn't part of
BLFS.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-01-19 02:09:18 +0000