source: gnome/platform/nautilus.xml@ d320827b

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since d320827b was c71450c, checked in by Douglas R. Reno <renodr@…>, 11 months ago

Tag the GNOME Desktop section

Off to Applications in the morning

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[8e16ba1]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
[a78d8510]7 <!ENTITY nautilus-download-http
[dda765e1]8 "&gnome-download-http;/nautilus/&gnome-44;/nautilus-&nautilus-version;.tar.xz">
[a78d8510]9 <!ENTITY nautilus-download-ftp
[dda765e1]10 "&gnome-download-ftp;/nautilus/&gnome-44;/nautilus-&nautilus-version;.tar.xz">
11 <!ENTITY nautilus-md5sum "aa72cb40ee0ac4555b9e8babf74ced57">
12 <!ENTITY nautilus-size "3.1 MB">
[4927677]13 <!ENTITY nautilus-buildsize "110 MB (with tests)">
[9e31949e]14 <!ENTITY nautilus-time "0.7 SBU (with tests, both using parallelism=4)">
[8e16ba1]15]>
16
17<sect1 id="nautilus" xreflabel="Nautilus-&nautilus-version;">
18 <?dbhtml filename="nautilus.html"?>
19
20
21 <title>Nautilus-&nautilus-version;</title>
22
23 <indexterm zone="nautilus">
[b184ea44]24 <primary sortas="a-Nautilus">Nautilus</primary>
[8e16ba1]25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Nautilus</title>
29
30 <para>
31 The <application>Nautilus</application> package contains the
32 <application>GNOME</application> file manager.
33 </para>
34
[c71450c]35 &lfs120_checked;
[8e16ba1]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&nautilus-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&nautilus-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &nautilus-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &nautilus-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &nautilus-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &nautilus-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Nautilus Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[22c91155]75 <xref linkend="bubblewrap"/>,
[27229db]76 <xref linkend="gexiv2"/>,
[92d69d1]77 <xref linkend="gnome-autoar"/>,
[eccacf7]78 <xref linkend="gnome-desktop"/>,
[1fac6dd7]79 <xref linkend="libadwaita1"/>,
[9e31949e]80 <xref linkend="libcloudproviders"/>,
[22c91155]81 <xref linkend="libnotify"/>,
[9e31949e]82 <xref linkend="libportal"/>,
[22c91155]83 <xref linkend="libseccomp"/>, and
[bbfc73c]84 <xref linkend="tracker3"/>
[8e16ba1]85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
[877bb380]89 <xref linkend="desktop-file-utils"/>,
[b184ea44]90 <xref linkend="exempi"/>,
[f68e46f]91 <xref linkend="gobject-introspection"/>,
[9e31949e]92 <xref linkend="gst10-plugins-base"/>, and
93 <xref linkend="libexif"/>
[8e16ba1]94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
[f56d2e7]98 <xref linkend="gi-docgen"/>
[8e16ba1]99 </para>
100
101 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
102 <para role="recommended">
[b9bc0a0]103 <xref role="runtime" linkend="adwaita-icon-theme"/> and
[9b1042fd]104 <xref role="runtime" linkend="gvfs"/> (For hotplugging and device
105 mounting to work)
[8e16ba1]106 </para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Nautilus</title>
112
[1525482]113 <para>
114 Fix the location to install the API documentation:
115 </para>
116
117<screen><userinput>sed "/docdir =/s@\$@ / 'nautilus-&nautilus-version;'@" -i meson.build</userinput></screen>
118
[dda765e1]119<!--
[4d96d76]120 <para>
121 Fix an inverted test that may lead to crashes, and also prevents
122 building with GCC-13:
123 </para>
124
125<screen><userinput>sed "/assert (basename ==/s/==/!=/" -i src/nautilus-file-operations.c</userinput></screen>
[dda765e1]126-->
[4d96d76]127
[8e16ba1]128 <para>
129 Install <application>Nautilus</application> by running the following
130 commands:
131 </para>
132
[0b46520]133<screen><userinput>mkdir build &amp;&amp;
[a5026b6]134cd build &amp;&amp;
135
[91318eb]136meson setup --prefix=/usr \
137 --buildtype=release \
138 -Dselinux=false \
139 -Dpackagekit=false \
140 .. &amp;&amp;
[a5026b6]141
[eccacf7]142ninja</userinput></screen>
[8e16ba1]143
144 <para>
[eccacf7]145 To test the results, issue: <command>ninja test</command>. The tests
[bbfc73c]146 need to be run in a graphical environment. One test is known to fail
[dda765e1]147 if <xref linkend='tracker3-miners'/> is not installed. One test is also
148 known to timeout if the user running the tests has a large home directory.
[8e16ba1]149 </para>
150
151 <para>
152 Now, as the <systemitem class="username">root</systemitem> user:
153 </para>
154
[e7a3b491]155<screen role="root"><userinput>ninja install</userinput></screen>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[4e207bb]158 href="../../xincludes/gsettings-destdir.xml"/>
[8e16ba1]159
160 </sect2>
161
162 <sect2 role="commands">
163 <title>Command Explanations</title>
164
[adf17153]165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="../../xincludes/meson-buildtype-release.xml"/>
167
[a8e3f808]168 <para>
[27229db]169 <parameter>-Dselinux=false</parameter>: This switch disables the use
[a8e3f808]170 of selinux which isn't supported by BLFS.
171 </para>
172
[8e16ba1]173 <para>
[27229db]174 <parameter>-Dpackagekit=false</parameter>: This switch disables the use
[8e16ba1]175 of PackageKit which isn't suitable for BLFS.
176 </para>
177
[9e31949e]178<!-- Now explicitly required in 43.1
[1a8fb18]179 <para>
180 <option>-Dlibportal=false</option>: Use this switch if you do not
181 have <xref linkend="libportal"/> installed.
182 </para>
[9e31949e]183-->
[1a8fb18]184
[8e16ba1]185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Programs</segtitle>
192 <segtitle>Installed Library</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
[877bb380]197 nautilus and nautilus-autorun-software
[8e16ba1]198 </seg>
199 <seg>
[43ca148]200 libnautilus-extension.so
[8e16ba1]201 </seg>
202 <seg>
[13d94cf3]203 /usr/{include,lib,share}/nautilus and
[41be89a]204 /usr/share/gtk-doc/html/libnautilus-extension (optional)
[8e16ba1]205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="nautilus-prog">
215 <term><command>nautilus</command></term>
216 <listitem>
217 <para>
[4c24eb0a]218 is the <application>GNOME</application> file manager
[8e16ba1]219 </para>
220 <indexterm zone="nautilus nautilus-prog">
221 <primary sortas="b-nautilus">nautilus</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="libnautilus-extension">
227 <term><filename class="libraryfile">libnautilus-extension.so</filename></term>
228 <listitem>
229 <para>
[4c24eb0a]230 supplies the functions needed by the file manager extensions
[8e16ba1]231 </para>
232 <indexterm zone="nautilus libnautilus-extension">
233 <primary sortas="c-libnautilus-extension">libnautilus-extension.so</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 </variablelist>
239
240 </sect2>
241
242</sect1>
Note: See TracBrowser for help on using the repository browser.