glfs/xfce/core/thunar.xml
Bruce Dubbs 0319fffeaf Update to ModemManager-1.12.0.
Update to NetworkManager-1.20.6. 
Update to thunar-1.8.10. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22365 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-11-10 17:50:47 +00:00

227 lines
6.6 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 thunar-download-http
"http://archive.xfce.org/src/xfce/thunar/1.8/thunar-&thunar-version;.tar.bz2">
<!ENTITY thunar-download-ftp " ">
<!ENTITY thunar-md5sum "85c7394d82542d5a023f1f5baef109d8">
<!ENTITY thunar-size "2.3 MB">
<!ENTITY thunar-buildsize "54 MB">
<!ENTITY thunar-time "0.5 SBU">
]>
<sect1 id="thunar" xreflabel="Thunar-&thunar-version;">
<?dbhtml filename="thunar.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Thunar-&thunar-version;</title>
<indexterm zone="thunar">
<primary sortas="a-Thunar">Thunar</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Thunar</title>
<para>
<application>Thunar</application> is the <application>Xfce</application>
file manager, a <application>GTK+ 3</application> GUI to organise the files
on your computer.
</para>
<!-- Thunar seems to implement functionality for Wallpaper support in XFCE,
As well as the Trash Can and other essential functionality. Similar to
PCManFM in LXDE, it seems to be more than just a file manager (unlike
Nautilus).-->
&lfs90_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&thunar-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&thunar-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &thunar-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &thunar-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &thunar-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &thunar-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Thunar Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="exo"/> and
<xref linkend="libxfce4ui"/>
</para>
<bridgehead renderas="sect4">Required (Runtime)</bridgehead>
<para role="required">
<xref role="runtime" linkend="gnome-icon-theme"/> or
<xref role="runtime" linkend="lxde-icon-theme"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libgudev"/>,
<xref linkend="libnotify"/> and
<xref linkend="xfce4-panel"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/> (for documentation),
<xref linkend="gvfs"/> (for remote browsing and automounting),
<xref linkend="libexif"/> and
<xref role="runtime" linkend="tumbler"/> (runtime)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/thunar"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Thunar</title>
<para>
Install <application>Thunar</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--docdir=/usr/share/doc/Thunar-&thunar-version; &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
Thunar, thunar and thunar-settings
</seg>
<seg>
libthunarx-3.so and
/usr/lib/xfce4/panel/plugins/libthunar-tpa.so
</seg>
<seg>
/etc/xdg/Thunar,
/usr/include/thunarx-3,
/usr/lib/{Thunar,thunarx-3},
/usr/share/doc/Thunar-&thunar-version;,
/usr/share/gtk-doc/html/thunarx, and
/usr/share/{pixmaps,}/Thunar
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="Thunar">
<term><command>Thunar</command></term>
<listitem>
<para>
is a symbolic link to <application>thunar</application>.
</para>
<indexterm zone="thunar Thunar">
<primary sortas="b-Thunar">Thunar</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="thunar-prog">
<term><command>thunar</command></term>
<listitem>
<para>
is the <application>Xfce</application> file manager.
</para>
<indexterm zone="thunar thunar-prog">
<primary sortas="b-thunar">thunar</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="thunar-settings">
<term><command>thunar-settings</command></term>
<listitem>
<para>
is a shell script that launches a dialog box to allow you to alter
the behaviour of <application>Thunar</application>.
</para>
<indexterm zone="thunar thunar-settings">
<primary sortas="b-thunar-settings">thunar-settings</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libthunarx-3">
<term><filename class="libraryfile">libthunarx-3.so</filename></term>
<listitem>
<para>
contains the <application>Thunar</application> extension library
which permits adding new features to the
<application>Thunar</application> file manager.
</para>
<indexterm zone="thunar libthunarx-3">
<primary sortas="c-libthunarx-3">libthunarx-3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>