2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-15 12:33:15 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2009-08-12 20:06:26 +08:00
|
|
|
<!ENTITY nautilus-download-http "&gnome-download-http;/nautilus/&gnome-version;/nautilus-&nautilus-version;.tar.bz2">
|
|
|
|
<!ENTITY nautilus-download-ftp "&gnome-download-ftp;/nautilus/&gnome-version;/nautilus-&nautilus-version;.tar.bz2">
|
2009-12-28 12:00:48 +08:00
|
|
|
<!ENTITY nautilus-md5sum "28c97e0e5195ae1ad5101e8b703cbf52">
|
|
|
|
<!ENTITY nautilus-size "5.8 MB">
|
|
|
|
<!ENTITY nautilus-buildsize "147 MB">
|
|
|
|
<!ENTITY nautilus-time "1.2 SBU">
|
2004-06-15 12:33:15 +08:00
|
|
|
]>
|
|
|
|
|
2003-10-02 08:05:51 +08:00
|
|
|
<sect1 id="nautilus" xreflabel="Nautilus-&nautilus-version;">
|
2005-05-16 04:23:46 +08:00
|
|
|
<?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> shell and file manager.</para>
|
|
|
|
|
|
|
|
<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>
|
2009-12-28 12:00:48 +08:00
|
|
|
<para role="required"><xref linkend="gnome-desktop"/>,
|
|
|
|
<xref linkend="libunique"/>, and
|
|
|
|
<xref linkend="shared-mime-info"/></para>
|
2005-05-16 04:23:46 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2009-12-28 12:00:48 +08:00
|
|
|
<para role="optional"><xref linkend="docbook-utils"/>,
|
|
|
|
<ulink url="http://libopenraw.freedesktop.org/wiki/Exempi">Exempi</ulink>,
|
|
|
|
<ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink>,
|
|
|
|
<xref linkend="libexif"/>,
|
2007-07-25 22:48:30 +08:00
|
|
|
<ulink url="http://www.tracker-project.org/">Tracker</ulink>
|
2009-12-28 12:00:48 +08:00
|
|
|
(see the Tracker README file for the extensive dependencies), and
|
|
|
|
<ulink url="http://valgrind.org/">Valgrind</ulink></para>
|
2005-05-16 04:23:46 +08:00
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/nautilus"/></para>
|
|
|
|
|
2005-05-16 04:23:46 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Nautilus</title>
|
|
|
|
|
|
|
|
<para>Install <application>Nautilus</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2006-06-21 09:46:25 +08:00
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
2009-10-25 20:37:44 +08:00
|
|
|
--sysconfdir=&gnome-etc-dir; \
|
|
|
|
--libexecdir=$(pkg-config \
|
|
|
|
--variable=prefix ORBit-2.0)/lib/nautilus &&
|
2005-05-16 04:23:46 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install &&
|
2006-06-21 09:46:25 +08:00
|
|
|
install -v -m755 -d $(pkg-config \
|
|
|
|
--variable=prefix ORBit-2.0)/share/doc/nautilus-&nautilus-version; &&
|
|
|
|
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} $(pkg-config \
|
|
|
|
--variable=prefix ORBit-2.0)/share/doc/nautilus-&nautilus-version;</userinput></screen>
|
2005-05-16 04:23:46 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2006-06-26 05:31:03 +08:00
|
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
2006-06-26 03:48:15 +08:00
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2006-06-26 05:31:03 +08:00
|
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
2005-05-16 04:23:46 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
2006-06-26 03:48:15 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2005-05-16 04:23:46 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2009-08-12 20:06:26 +08:00
|
|
|
<seg>nautilus, nautilus-autorun-software, nautilus-connect-server, and
|
2005-05-16 04:23:46 +08:00
|
|
|
nautilus-file-management-properties</seg>
|
2006-06-21 09:46:25 +08:00
|
|
|
<seg>libnautilus-extension.so</seg>
|
2009-08-12 20:06:26 +08:00
|
|
|
<seg><envar>$GNOME_PREFIX</envar>/{include/nautilus/libnautilus-extension,
|
|
|
|
share/{doc/nautilus-&nautilus-version;,gtk-doc/html/libnautilus-extension,
|
|
|
|
nautilus,pixmaps/nautilus}}</seg>
|
2005-05-16 04:23:46 +08:00
|
|
|
</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">
|
2006-06-21 09:46:25 +08:00
|
|
|
<term><filename class='libraryfile'>libnautilus-extension.so</filename></term>
|
2005-05-16 04:23:46 +08:00
|
|
|
<listitem>
|
2005-10-11 02:06:06 +08:00
|
|
|
<para>supplies the functions needed by the file manager.</para>
|
2005-05-16 04:23:46 +08:00
|
|
|
<indexterm zone="nautilus libnautilus">
|
2006-06-21 09:46:25 +08:00
|
|
|
<primary sortas="c-libnautilus">libnautilus-extension.so</primary>
|
2005-05-16 04:23:46 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2002-09-09 06:19:36 +08:00
|
|
|
|
|
|
|
</sect1>
|