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