The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/nautilus/40/nautilus-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/nautilus/40/nautilus-40.0.tar.xz
Download MD5 sum: 319404aeb542ecbdfd249053878bdca2
Download size: 3.1 MB
Estimated disk space required: 154 MB (with tests)
Estimated build time: 1.0 SBU (with tests, at -j4)
bubblewrap-0.4.1, gexiv2-0.12.2, gnome-autoar-0.3.1, gnome-desktop-40.0, libhandy-1.2.0, libnotify-0.7.9, libseccomp-2.5.1, and tracker-miners-3.1.1
desktop-file-utils-0.26, Exempi-2.5.2, gobject-introspection-1.68.0, gst-plugins-base-1.18.4, libexif-0.6.22, and libportal-0.3
adwaita-icon-theme-3.38.0 and Gvfs-1.48.0 (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.
        
          -Dlibportal=false: Use this switch if
          you do not have libportal-0.3 installed.
        
Last updated on 2021-04-08 01:16:54 -0500