The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.12/nautilus-3.12.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.12/nautilus-3.12.2.tar.xz
Download MD5 sum: cc802f9b49504b8ca5f5ec11fd4418c6
Download size: 4.8 MB
Estimated disk space required: 114 MB
Estimated build time: 0.7 SBU
gnome-desktop-3.12.2 and libnotify-0.7.6
Exempi-2.2.2, gobject-introspection-1.40.0, and libexif-0.6.21
GTK-Doc-1.20 and Tracker-1.0.4
gnome-icon-theme-symbolic-3.12.0 and Gvfs-1.20.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 have a working testsuite.
          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.
          Remove it if you have installed Tracker-1.0.4.
        
          --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-08-25 14:56:55 -0700