The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/nautilus/46/nautilus-46.2.tar.xz
Download MD5 sum: 88acd6bd9c5d01fb02c8827222c07bc5
Download size: 3.1 MB
Estimated disk space required: 88 MB (with tests)
Estimated build time: 0.5 SBU (with tests, both using parallelism=4)
bubblewrap-0.9.0, gexiv2-0.14.3, gnome-autoar-0.4.4, gnome-desktop-44.1, libadwaita-1.5.3, libnotify-0.8.3, libportal-0.7.1, libseccomp-2.5.5, and Tracker-3.7.3
desktop-file-utils-0.27, Exempi-2.6.5, GLib-2.80.4 (with GObject Introspection), gst-plugins-base-1.24.7, libcloudproviders-0.3.6, and libexif-0.6.24
adwaita-icon-theme-46.2 and Gvfs-1.54.2 (For hotplugging and device mounting to work)
Fix the location to install the API documentation:
sed "/docdir =/s@\$@ / 'nautilus-46.2'@" -i meson.build
Install Nautilus by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -D selinux=false \ -D packagekit=false \ .. && ninja
To test the results, issue: ninja test. The tests need to be run in a graphical environment. One test is known to fail if tracker-miners-3.7.3 is not installed. One test is also known to timeout if the user running the tests has a large home directory.
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
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D selinux=false
: This
switch disables the use of selinux which isn't supported by BLFS.
-D packagekit=false
: This
switch disables the use of PackageKit which isn't suitable for
BLFS.
-D cloudproviders=false
: Use this
switch if you do not have libcloudproviders-0.3.6 installed.