1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY nautilus-download-http "&gnome-download-http;/nautilus/3.8/nautilus-&nautilus-version;.tar.xz">
|
---|
8 | <!ENTITY nautilus-download-ftp "&gnome-download-ftp;/nautilus/3.8/nautilus-&nautilus-version;.tar.xz">
|
---|
9 | <!ENTITY nautilus-md5sum "3725deae73d9b45f7f69a87c64c29941">
|
---|
10 | <!ENTITY nautilus-size "4.8 MB">
|
---|
11 | <!ENTITY nautilus-buildsize "135 MB">
|
---|
12 | <!ENTITY nautilus-time "0.6 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="nautilus" xreflabel="Nautilus-&nautilus-version;">
|
---|
16 | <?dbhtml filename="nautilus.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Nautilus-&nautilus-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="nautilus">
|
---|
26 | <primary sortas="a-nautilus">nautilus</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Nautilus</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>Nautilus</application> package contains the
|
---|
34 | <application>GNOME</application> file manager.
|
---|
35 | </para>
|
---|
36 |
|
---|
37 | &lfs73_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>
|
---|
43 | Download (HTTP): <ulink url="&nautilus-download-http;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download (FTP): <ulink url="&nautilus-download-ftp;"/>
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download MD5 sum: &nautilus-md5sum;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Download size: &nautilus-size;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated disk space required: &nautilus-buildsize;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | <listitem>
|
---|
67 | <para>
|
---|
68 | Estimated build time: &nautilus-time;
|
---|
69 | </para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect3">Nautilus Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
76 | <para role="required">
|
---|
77 | <xref linkend="gnome-desktop"/> and
|
---|
78 | <xref linkend="libnotify"/>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
82 | <para role="recommended">
|
---|
83 | <xref linkend="gobject-introspection"/>
|
---|
84 | </para>
|
---|
85 |
|
---|
86 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
87 | <para role="optional">
|
---|
88 | <xref linkend="exempi"/>,
|
---|
89 | <xref linkend="gtk-doc"/>,
|
---|
90 | <xref linkend="libexif"/> and
|
---|
91 | <ulink url="http://projects.gnome.org/tracker/">Tracker</ulink>
|
---|
92 | </para>
|
---|
93 |
|
---|
94 | <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
|
---|
95 | <para role="recommended">
|
---|
96 | <xref linkend="gvfs"/> (For hotplugging and device mounting to work)
|
---|
97 | </para>
|
---|
98 |
|
---|
99 | <para condition="html" role="usernotes">User Notes:
|
---|
100 | <ulink url="&blfs-wiki;/nautilus"/>
|
---|
101 | </para>
|
---|
102 | </sect2>
|
---|
103 |
|
---|
104 | <sect2 role="installation">
|
---|
105 | <title>Installation of Nautilus</title>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | Install <application>Nautilus</application> by running the following
|
---|
109 | commands:
|
---|
110 | </para>
|
---|
111 |
|
---|
112 | <screen><userinput>./configure --prefix=/usr \
|
---|
113 | --sysconfdir=/etc \
|
---|
114 | --libexecdir=/usr/lib/nautilus \
|
---|
115 | --disable-packagekit \
|
---|
116 | --disable-tracker &&
|
---|
117 | make</userinput></screen>
|
---|
118 |
|
---|
119 | <para>
|
---|
120 | This package needs to be installed before its testsuite can be run.
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | <para>
|
---|
124 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
125 | </para>
|
---|
126 |
|
---|
127 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
128 |
|
---|
129 | <para>
|
---|
130 | To test the results, issue: <command>make check</command>.
|
---|
131 | </para>
|
---|
132 |
|
---|
133 | </sect2>
|
---|
134 |
|
---|
135 | <sect2 role="commands">
|
---|
136 | <title>Command Explanations</title>
|
---|
137 |
|
---|
138 | <para>
|
---|
139 | <option>--disable-packagekit</option>: This switch disables use
|
---|
140 | of PackageKit which isn't suitable for BLFS.
|
---|
141 | </para>
|
---|
142 |
|
---|
143 | <para>
|
---|
144 | <option>--disable-tracker</option>: This switch disables use
|
---|
145 | of <application>Tracker</application> which isn't part of
|
---|
146 | BLFS.
|
---|
147 | </para>
|
---|
148 |
|
---|
149 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
150 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
151 |
|
---|
152 | </sect2>
|
---|
153 |
|
---|
154 | <sect2 role="content">
|
---|
155 | <title>Contents</title>
|
---|
156 |
|
---|
157 | <segmentedlist>
|
---|
158 | <segtitle>Installed Programs</segtitle>
|
---|
159 | <segtitle>Installed Library</segtitle>
|
---|
160 | <segtitle>Installed Directories</segtitle>
|
---|
161 |
|
---|
162 | <seglistitem>
|
---|
163 | <seg>
|
---|
164 | nautilus, nautilus-autorun-software and nautilus-connect-server
|
---|
165 | </seg>
|
---|
166 | <seg>
|
---|
167 | libnautilus-extension.so
|
---|
168 | </seg>
|
---|
169 | <seg>
|
---|
170 | /usr/include/nautilus,
|
---|
171 | /usr/lib/nautilus,
|
---|
172 | /usr/share/gnome-shell/search-providers,
|
---|
173 | /usr/share/gtk-doc/html/libnautilus-extension and
|
---|
174 | /usr/share/nautilus
|
---|
175 | </seg>
|
---|
176 | </seglistitem>
|
---|
177 | </segmentedlist>
|
---|
178 |
|
---|
179 | <variablelist>
|
---|
180 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
181 | <?dbfo list-presentation="list"?>
|
---|
182 | <?dbhtml list-presentation="table"?>
|
---|
183 |
|
---|
184 | <varlistentry id="nautilus-prog">
|
---|
185 | <term><command>nautilus</command></term>
|
---|
186 | <listitem>
|
---|
187 | <para>
|
---|
188 | is the <application>GNOME</application> file manager.
|
---|
189 | </para>
|
---|
190 | <indexterm zone="nautilus nautilus-prog">
|
---|
191 | <primary sortas="b-nautilus">nautilus</primary>
|
---|
192 | </indexterm>
|
---|
193 | </listitem>
|
---|
194 | </varlistentry>
|
---|
195 |
|
---|
196 | <varlistentry id="libnautilus-extension">
|
---|
197 | <term><filename class="libraryfile">libnautilus-extension.so</filename></term>
|
---|
198 | <listitem>
|
---|
199 | <para>
|
---|
200 | supplies the functions needed by the file manager extensions.
|
---|
201 | </para>
|
---|
202 | <indexterm zone="nautilus libnautilus-extension">
|
---|
203 | <primary sortas="c-libnautilus-extension">libnautilus-extension.so</primary>
|
---|
204 | </indexterm>
|
---|
205 | </listitem>
|
---|
206 | </varlistentry>
|
---|
207 |
|
---|
208 | </variablelist>
|
---|
209 |
|
---|
210 | </sect2>
|
---|
211 |
|
---|
212 | </sect1>
|
---|