The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.36/nautilus-3.36.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.36/nautilus-3.36.3.tar.xz
Download MD5 sum: c3c8dbb90d8eeed6c127aa568e131395
Download size: 3.1 MB
Estimated disk space required: 146 MB (with tests)
Estimated build time: 0.8 SBU (with tests, at -j4)
bubblewrap-0.4.1, gexiv2-0.12.1, gnome-autoar-0.2.4, gnome-desktop-3.36.5, libnotify-0.7.9, libseccomp-2.5.0, and tracker-miners-2.3.3
desktop-file-utils-0.26, Exempi-2.5.2, gobject-introspection-1.64.1, gst-plugins-base-1.16.2, and libexif-0.6.22
adwaita-icon-theme-3.36.1 and Gvfs-1.44.1 (For hotplugging and device mounting to work)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus
Install Nautilus by running the following commands:
mkdir build &&
cd    build &&
meson --prefix=/usr      \
      -Dselinux=false    \
      -Dpackagekit=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
          
            If you installed the package to your system using a “DESTDIR”
            method, /usr/share/glib-2.0/schemas/gschemas.compiled
            was not updated/created. Create (or update) the file using the
            following command as the root
            user:
          
glib-compile-schemas /usr/share/glib-2.0/schemas
          -Dselinux=false: This
          switch disables the use of selinux which isn't supported by BLFS.
        
          -Dpackagekit=false: This
          switch disables the use of PackageKit which isn't suitable for
          BLFS.
        
Last updated on 2020-08-20 13:45:48 -0700