The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.4/nautilus-3.4.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.4/nautilus-3.4.2.tar.xz
Download MD5 sum: f168d155b6c97180ac7ce9a86a0ca08c
Download size: 4.4 MB
Estimated disk space required: 120 MB
Estimated build time: 1.2 SBU
gnome-desktop-3.4.2 and shared-mime-info-1.0
DocBook-utils-0.6.14, exempi-2.1.1, libexif-0.6.20, Tracker-0.14.1 and Valgrind
gvfs-1.12.3 (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 &&
make
This package needs to be installed before its testsuite can run (or, perhaps, you can run the tests if a previous version is already installed).
Now, as the root user:
make install &&
install -v -m755 -d /usr/share/doc/nautilus &&
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} \
/usr/share/doc/nautilus
If you wish to run the testsuite, as a normal unprivileged user issue: make check.
--libexecdir=/usr/lib/nautilus: This
ensures that the nautilus-convert-metadata is installed in a
location consistent with the FHS, instead of in /usr/libexec/.
--disable-packagekit: This parameter
disables use of PackageKit which isn't suitable for BLFS.
--disable-nst-extension: This parameter
disables building of sendto extension which is provided by other
package.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-05-16 16:39:28 +0000