Nautilus-3.12.2

Introduction to Nautilus

The Nautilus package contains the GNOME file manager.

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

Package Information

Nautilus Dependencies

Required

gnome-desktop-3.12.2 and libnotify-0.7.6

Recommended

Optional

GTK-Doc-1.20 and Tracker

Recommended (Runtime)

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

Installation of Nautilus

Install Nautilus by running the following commands:

./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --disable-tracker    \
            --disable-packagekit &&
make

This package needs to be installed before its testsuite can be run.

Now, as the root user:

make install

Command Explanations

--disable-packagekit: This switch disables use of PackageKit which isn't suitable for BLFS.

--disable-tracker: This switch disables use of Tracker which isn't part of BLFS.

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

Contents

Installed Programs: nautilus, nautilus-autorun-software, nautilus-connect-server, and nautilus-convert-metadata
Installed Library: libnautilus-extension.so, and /usr/lib/nautilus/extensions-3.0/libnautilus-sendto.so
Installed Directories: /usr/include/nautilus, /usr/lib/nautilus, /usr/share/gnome-shell/search-providers, /usr/share/gtk-doc/html/libnautilus-extension, and /usr/share/nautilus

Short Descriptions

nautilus

is the GNOME file manager.

libnautilus-extension.so

supplies the functions needed by the file manager extensions.

Last updated on 2014-09-19 13:13:19 -0700