The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.32/nautilus-3.32.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.32/nautilus-3.32.3.tar.xz
Download MD5 sum: b93eb082e70eee5811ed6fce20a6fff7
Download size: 3.1 MB
Estimated disk space required: 136 MB (with tests)
Estimated build time: 0.3 SBU (using parallelism=4; with tests)
bubblewrap-0.3.3, gexiv2-0.12.0, gnome-autoar-0.2.3, gnome-desktop-3.32.2, libnotify-0.7.8, libseccomp-2.4.1, and tracker-miners-2.2.2
desktop-file-utils-0.24, Exempi-2.5.1, gobject-introspection-1.60.2, and libexif-0.6.21
adwaita-icon-theme-3.32.0, and Gvfs-1.40.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 && 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 2019-08-25 11:35:01 -0700