mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
98ee9ee2de
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20031 af4574ff-66df-0310-9fd7-8a98e5e911e0
220 lines
6.2 KiB
XML
220 lines
6.2 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-28;/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-download-ftp
|
|
"&gnome-download-ftp;/nautilus/&gnome-minor-28;/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-md5sum "48fb205089ea8e5d85d11285111af7cb">
|
|
<!ENTITY nautilus-size "3.1 MB">
|
|
<!ENTITY nautilus-buildsize "72 MB (with tests)">
|
|
<!ENTITY nautilus-time "0.3 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>
|
|
|
|
&lfs82_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="gexiv2"/>,
|
|
<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>sed s/\'libm\'/\'m\'/ -i meson.build &&
|
|
mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
-Dselinux=false \
|
|
-Dpackagekit=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>
|
|
<command>sed s/\'libm\'/\'m\'/ -i meson.build</command>: Fix the build
|
|
system so that it finds the Math library.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>-Dselinux=false</parameter>: This switch disables the use
|
|
of selinux which isn't supported by BLFS.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>-Dpackagekit=false</parameter>: This switch disables the use
|
|
of PackageKit which isn't suitable for BLFS.
|
|
</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>
|