The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.10/nautilus-3.10.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.10/nautilus-3.10.1.tar.xz
Download MD5 sum: 91a3a9364489a9e98ab9730beb199d1c
Download size: 3.2 MB
Estimated disk space required: 120 MB
Estimated build time: 0.6 SBU
gnome-desktop-3.10.2 and libnotify-0.7.6
Exempi-2.2.1, libexif-0.6.21 and gobject-introspection-1.38.0
GTK-Doc-1.19 and Tracker
Gvfs-1.18.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 \ --disable-tracker \ --disable-packagekit && 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. The tests need to be run in a graphical environment.
--disable-packagekit
: This
switch disables use of PackageKit which isn't suitable for BLFS.
--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.
--disable-xmp
: Use this switch if you
did not install Exempi.
--disable-libexif
: Use this switch if
you did not install libexif.
Last updated on 2014-02-22 07:06:53 -0800