The Nautilus package contains the GNOME file manager.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus/3.22/nautilus-3.22.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/nautilus/3.22/nautilus-3.22.2.tar.xz
Download MD5 sum: be2afbde49b9b49338a7e28273461ad9
Download size: 4.9 MB
Estimated disk space required: 151 MB
Estimated build time: 0.9 SBU
gnome-autoar-0.1.1, gnome-desktop-3.22.2, and libnotify-0.7.7
Exempi-2.4.2, gobject-introspection-1.50.0 libexif-0.6.21
GTK-Doc-1.25 and Tracker
adwaita-icon-theme-3.22.0, and Gvfs-1.30.3 (For hotplugging and device mounting to work)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus
Install Nautilus by running the following commands:
patch -Np1 -i ../nautilus-3.22.2-disable_batch_rename_support-1.patch && autoreconf -fiv && ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-selinux \ --disable-tracker \ --disable-packagekit \ --disable-batch-rename && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-selinux
: This
switch disables the use of selinux which isn't supported by BLFS.
--disable-packagekit
: This
switch disables the use of PackageKit which isn't suitable for
BLFS.
--disable-tracker
: This
switch disables the use of Tracker
which isn't part of BLFS.
--disable-batch-rename
:
This switch disables Batch Rename support since it requires
Tracker to be installed.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
--disable-xmp
: Use this switch if you
did not install Exempi.
--disable-libexif
: Use this switch if
you did not install libexif.
Last updated on 2017-02-20 11:43:55 -0800