The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.8/nautilus-3.8.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.8/nautilus-3.8.2.tar.xz
Download MD5 sum: 3725deae73d9b45f7f69a87c64c29941
Download size: 4.8 MB
Estimated disk space required: 135 MB
Estimated build time: 0.6 SBU
gnome-desktop-3.8.4 and libnotify-0.7.6
Exempi-2.2.1, GTK-Doc-1.19, libexif-0.6.21, and Tracker
Gvfs-1.16.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 \ --libexecdir=/usr/lib/nautilus && 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-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-09-04 14:37:09 -0700