The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.26/nautilus-3.26.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.26/nautilus-3.26.2.tar.xz
Download MD5 sum: ad06281b84f9acb188aa59d8abeae98c
Download size: 3.1 MB
Estimated disk space required: 94 MB (with tests)
Estimated build time: 0.6 SBU (iusing parallelism=4; with tests)
gnome-autoar-0.2.3, gnome-desktop-3.26.2, Tracker-2.0.3, and libnotify-0.7.7
Exempi-2.4.4, gobject-introspection-1.54.1 libexif-0.6.21
adwaita-icon-theme-3.26.1, and Gvfs-1.34.2 (For hotplugging and device mounting to work)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus
Install Nautilus by running the following commands:
sed s/\'libm\'/\'m\'/ -i meson.build &&
mkdir build &&
cd    build &&
meson --prefix=/usr     \
      --sysconfdir=/etc \
      -Denable-selinux=false .. &&
ninja
        To test the results, issue: ninja test. The tests need to be run in a graphical environment.
          Now, as the root user:
        
ninja install && glib-compile-schemas /usr/share/glib-2.0/schemas
sed s/\'libm\'/\'m\'/ -i meson.build: Fix the build system so that it finds the Math library.
          --disable-selinux: This
          switch disables the use of selinux which isn't supported by BLFS.
        
          --disable-packagekit: This
          switch disables the use of PackageKit which isn't suitable for
          BLFS.
        
          --disable-tracker: This
          switch disables the 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 2018-02-26 09:06:34 -0800