mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
a5026b6856
file-roller-3.26.2, gnome-calculator-3.26.0, gnome-terminal-3.26.2, gucharmap-10.0.3, nautilus-3.26.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19576 af4574ff-66df-0310-9fd7-8a98e5e911e0
230 lines
6.5 KiB
XML
230 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/&gnome-minor-26;/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-download-ftp
|
|
"&gnome-download-ftp;/nautilus/&gnome-minor-26;/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-md5sum "ad06281b84f9acb188aa59d8abeae98c">
|
|
<!ENTITY nautilus-size "3.1 MB">
|
|
<!ENTITY nautilus-buildsize "94 MB (with tests)">
|
|
<!ENTITY nautilus-time "0.6 SBU (iusing parallelism=4; with tests)">
|
|
]>
|
|
|
|
<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>
|
|
|
|
&lfs81_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-autoar"/>,
|
|
<xref linkend="gnome-desktop"/>,
|
|
<xref linkend="tracker"/>, and
|
|
<xref linkend="libnotify"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="exempi"/>,
|
|
<xref linkend="gobject-introspection"/>
|
|
<xref linkend="libexif"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
|
|
<para role="recommended">
|
|
<xref role="runtime" linkend="adwaita-icon-theme"/>, and
|
|
<xref role="runtime" 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>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
-Denable-selinux=false .. &&
|
|
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>ninja test</command>. The tests
|
|
need to be run in a graphical environment.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install &&
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--disable-selinux</parameter>: This switch disables the use
|
|
of selinux which isn't supported by BLFS.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--disable-packagekit</parameter>: This switch disables the use
|
|
of PackageKit which isn't suitable for BLFS.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--disable-tracker</parameter>: This switch disables
|
|
the use of <application>Tracker</application> which isn't part of
|
|
BLFS.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
<para>
|
|
<option>--disable-xmp</option>: Use this switch if
|
|
you did not install <application>Exempi</application>.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--disable-libexif</option>: Use this switch if
|
|
you did not install <application>libexif</application>.
|
|
</para>
|
|
|
|
</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-desktop
|
|
</seg>
|
|
<seg>
|
|
libnautilus-extension.so
|
|
</seg>
|
|
<seg>
|
|
/usr/{include,lib}/nautilus and
|
|
/usr/share/{gnome-shell/search-providers,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-extension">
|
|
<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-extension">
|
|
<primary sortas="c-libnautilus-extension">libnautilus-extension.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|