The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.34/nautilus-3.34.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.34/nautilus-3.34.2.tar.xz
Download MD5 sum: 88573061544040c0ff960f934aa83719
Download size: 3.1 MB
Estimated disk space required: 154 MB (with tests)
Estimated build time: 1.0 SBU (with tests)
bubblewrap-0.4.0, gexiv2-0.12.0, gnome-autoar-0.2.4, gnome-desktop-3.34.4, libnotify-0.7.8, libseccomp-2.4.2, and tracker-miners-2.3.2
desktop-file-utils-0.24, Exempi-2.5.1, gobject-introspection-1.62.0, gst-plugins-base-1.16.2, and libexif-0.6.21
adwaita-icon-theme-3.34.3 and Gvfs-1.42.2 (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      \
      --sysconfdir=/etc  \
      -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-02-26 22:00:52 -0800