mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
f1cb793a5e
Update to nautilus-41.2 Update to gnome-settings-daemon-41.0 Update to gnome-control-center-41.2 Update to mutter-41.3
238 lines
6.8 KiB
XML
238 lines
6.8 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-41;/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-download-ftp
|
|
"&gnome-download-ftp;/nautilus/&gnome-41;/nautilus-&nautilus-version;.tar.xz">
|
|
<!ENTITY nautilus-md5sum "752b0d767a3f7e74ec36d5b7c67e6dfd">
|
|
<!ENTITY nautilus-size "3.1 MB">
|
|
<!ENTITY nautilus-buildsize "160 MB (with tests)">
|
|
<!ENTITY nautilus-time "0.3 SBU (with tests, at -j4)">
|
|
]>
|
|
|
|
<sect1 id="nautilus" xreflabel="Nautilus-&nautilus-version;">
|
|
<?dbhtml filename="nautilus.html"?>
|
|
|
|
<sect1info>
|
|
<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>
|
|
|
|
&lfs110a_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="bubblewrap"/>,
|
|
<xref linkend="gexiv2"/>,
|
|
<xref linkend="gnome-autoar"/>,
|
|
<xref linkend="gnome-desktop"/>,
|
|
<xref linkend="libhandy1"/>,
|
|
<xref linkend="libnotify"/>,
|
|
<xref linkend="libseccomp"/>, and
|
|
<xref linkend="tracker3-miners"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="desktop-file-utils"/>,
|
|
<xref linkend="exempi"/>,
|
|
<xref linkend="gobject-introspection"/>,
|
|
<xref linkend="gst10-plugins-base"/>,
|
|
<xref linkend="libexif"/>, and
|
|
<xref linkend="libportal"/>
|
|
</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>
|
|
Fix an issue building <application>Nautilus</application> with
|
|
libportal-0.5 or later:
|
|
</para>
|
|
|
|
<screen><userinput>sed "/dependency/s@'libportal'@'libportal-gtk3'@" -i meson.build
|
|
sed "/portal-gtk3/s@portal/@portal-gtk3/@" -i src/nautilus-files-view.c</userinput></screen>
|
|
|
|
<para>
|
|
Install <application>Nautilus</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr \
|
|
--buildtype=release \
|
|
-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</userinput></screen>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gsettings-destdir.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
|
|
<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>
|
|
|
|
<para>
|
|
<option>-Dlibportal=false</option>: Use this switch if you do not
|
|
have <xref linkend="libportal"/> installed.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
nautilus and nautilus-autorun-software
|
|
</seg>
|
|
<seg>
|
|
libnautilus-extension.so
|
|
</seg>
|
|
<seg>
|
|
/usr/{include,lib,share}/nautilus,
|
|
/usr/share/gnome-shell/search-providers, and
|
|
/usr/share/gtk-doc/html/libnautilus-extension (optional)
|
|
</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>
|