Nautilus-3.32.3

Introduction to Nautilus

The Nautilus package contains the GNOME file manager.

This package is known to build and work properly using an LFS-9.0 platform.

Package Information

Nautilus Dependencies

Required

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

Recommended

Optional

GTK-Doc-1.32

Recommended (Runtime)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nautilus

Installation of 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

Command Explanations

-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.

Contents

Installed Programs: nautilus and nautilus-autorun-software
Installed Library: libnautilus-extension.so
Installed Directories: /usr/{include,lib}/nautilus and /usr/share/{gnome-shell/search-providers,gtk-doc/html/libnautilus-extension}

Short Descriptions

nautilus

is the GNOME file manager.

libnautilus-extension.so

supplies the functions needed by the file manager extensions.

Last updated on 2019-08-25 11:35:01 -0700