The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.14/nautilus-3.14.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.14/nautilus-3.14.2.tar.xz
Download MD5 sum: 69dcd039ca8b9835f015f6601a94119e
Download size: 3.2 MB
Estimated disk space required: 102 MB
Estimated build time: 0.7 SBU
gnome-desktop-3.14.2 and libnotify-0.7.6
Exempi-2.2.2, libexif-0.6.21 and gobject-introspection-1.42.0
GTK-Doc-1.21 and Tracker
adwaita-icon-theme-3.14.1, and Gvfs-1.22.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 does not come with a test suite.
          Now, as the root user:
        
make install
          --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 2015-03-02 19:42:44 -0800