mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
7ded7e326a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10209 af4574ff-66df-0310-9fd7-8a98e5e911e0
224 lines
6.5 KiB
XML
224 lines
6.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY nautilus-download-http "&gnome-download-http;/nautilus/3.4/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-download-ftp "&gnome-download-ftp;/nautilus/3.4/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-md5sum "f168d155b6c97180ac7ce9a86a0ca08c">
|
|
<!ENTITY nautilus-size "4.4 MB">
|
|
<!ENTITY nautilus-buildsize "120 MB">
|
|
<!ENTITY nautilus-time "1.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="nautilus" xreflabel="Nautilus-&nautilus-version;">
|
|
<?dbhtml filename="nautilus.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Nautilus-&nautilus-version;</title>
|
|
|
|
<indexterm zone="nautilus">
|
|
<primary sortas="a-nautilus">nautilus</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Nautilus</title>
|
|
|
|
<para>
|
|
The <application>Nautilus</application> package contains the
|
|
<application>GNOME</application> file manager.
|
|
</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&nautilus-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&nautilus-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &nautilus-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &nautilus-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &nautilus-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &nautilus-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Nautilus Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gnome-desktop"/> and
|
|
<xref linkend="shared-mime-info"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="docbook-utils"/>,
|
|
<xref linkend="exempi"/>,
|
|
<xref linkend="libexif"/>,
|
|
<xref linkend="tracker"/> and
|
|
<ulink url="http://valgrind.org/">Valgrind</ulink>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gvfs"/> (For hotplugging and device mounting to work)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/nautilus"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Nautilus</title>
|
|
|
|
<para>
|
|
Install <application>Nautilus</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/usr/lib/nautilus \
|
|
--disable-nst-extension \
|
|
--disable-packagekit &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package needs to be installed before its testsuite can run (or,
|
|
perhaps, you can run the tests if a previous version is already installed).
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -m755 -d /usr/share/doc/nautilus &&
|
|
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} \
|
|
/usr/share/doc/nautilus</userinput></screen>
|
|
|
|
<para>
|
|
If you wish to run the testsuite, as a normal unprivileged user issue:
|
|
<command>make check</command>.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--libexecdir=/usr/lib/nautilus</parameter>: This ensures
|
|
that the <filename>nautilus-convert-metadata</filename> is
|
|
installed in a location consistent with the FHS, instead of in
|
|
<filename class="directory">/usr/libexec/</filename>.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--disable-packagekit</option>: This parameter disables use
|
|
of PackageKit which isn't suitable for BLFS.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--disable-nst-extension</option>: This parameter disables
|
|
building of sendto extension which is provided by other package.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
nautilus, nautilus-autorun-software and nautilus-connect-server
|
|
</seg>
|
|
<seg>
|
|
libnautilus-extension.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/nautilus,
|
|
/usr/lib/nautilus,
|
|
/usr/share/nautilus and
|
|
/usr/share/gtk-doc/html/libnautilus-extension
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="nautilus-prog">
|
|
<term><command>nautilus</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>GNOME</application> file manager.
|
|
</para>
|
|
<indexterm zone="nautilus nautilus-prog">
|
|
<primary sortas="b-nautilus">nautilus</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libnautilus">
|
|
<term><filename class='libraryfile'>libnautilus-extension.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
supplies the functions needed by the file manager extensions.
|
|
</para>
|
|
<indexterm zone="nautilus libnautilus">
|
|
<primary sortas="c-libnautilus">libnautilus-extension.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|