The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.30/nautilus-3.30.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.30/nautilus-3.30.5.tar.xz
Download MD5 sum: e9d392e7a11440d4d981ce49d8960d5b
Download size: 3.1 MB
Estimated disk space required: 147 MB (with tests)
Estimated build time: 0.6 SBU (with tests)
bubblewrap-0.3.1, gexiv2-0.11.0, gnome-autoar-0.2.3, gnome-desktop-3.30.2.1, libnotify-0.7.7, libseccomp-2.3.3, and Tracker-2.2.0
desktop-file-utils-0.23, Exempi-2.5.0, gobject-introspection-1.58.3, and libexif-0.6.21
adwaita-icon-theme-3.30.1, and Gvfs-1.38.1 (For hotplugging and device mounting to work)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus
Install Nautilus by running the following commands:
sed s/\'libm\'/\'m\'/ -i meson.build && 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
sed s/\'libm\'/\'m\'/ -i meson.build: Fix the build system so that it finds the Math library.
-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-02-20 23:16:01 -0800