source: xfce/core/thunar.xml@ c8b8efc

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c8b8efc was c8b8efc, checked in by Tim Tassonis <stuff@…>, 3 years ago

Update to Thunar-4.16.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24363 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[17bcb81]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
[dcd16c6]7 <!ENTITY thunar-download-http
[24d47269]8 "http://archive.xfce.org/src/xfce/thunar/&xfce4-version;/thunar-&thunar-version;.tar.bz2">
[17bcb81]9 <!ENTITY thunar-download-ftp " ">
[c8b8efc]10 <!ENTITY thunar-md5sum "eb97f29f3ecfcb36e1219ac8bd935cd4">
11 <!ENTITY thunar-size "2.4 MB">
12 <!ENTITY thunar-buildsize "53 MB">
[ff40dcf]13 <!ENTITY thunar-time "0.5 SBU">
[17bcb81]14]>
15
[0292958]16<sect1 id="thunar" xreflabel="thunar-&thunar-version;">
[17bcb81]17 <?dbhtml filename="thunar.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[0292958]24 <title>thunar-&thunar-version;</title>
[17bcb81]25
26 <indexterm zone="thunar">
[0292958]27 <primary sortas="a-thunar">Thunar</primary>
[17bcb81]28 </indexterm>
29
30 <sect2 role="package">
[0292958]31 <title>Introduction to thunar</title>
[17bcb81]32
33 <para>
34 <application>Thunar</application> is the <application>Xfce</application>
[9b21a7a]35 file manager, a <application>GTK+ 3</application> GUI to organise the files
[17bcb81]36 on your computer.
37 </para>
38
[9b21a7a]39 <!-- Thunar seems to implement functionality for Wallpaper support in XFCE,
40 As well as the Trash Can and other essential functionality. Similar to
41 PCManFM in LXDE, it seems to be more than just a file manager (unlike
42 Nautilus).-->
43
[33f44cf]44 &lfs101_checked;
[17bcb81]45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&thunar-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&thunar-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &thunar-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &thunar-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &thunar-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &thunar-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Thunar Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
[5e99854b]84 <xref linkend="exo"/>
[17bcb81]85 </para>
86
[40800638]87 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
[1051f94e]88 <para role="required">
[3441548]89 <xref role="runtime" linkend="hicolor-icon-theme"/>
[40800638]90 </para>
91
[dcd16c6]92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
[ff40dcf]94 <xref linkend="libgudev"/>,
95 <xref linkend="libnotify"/>, and
96 <xref linkend="pcre"/>
[dcd16c6]97 </para>
98
[17bcb81]99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
[9b21a7a]101 <xref linkend="gtk-doc"/> (for documentation),
[32b1094f]102 <xref linkend="gvfs"/> (for remote browsing and automounting),
[88136e4d]103 <xref linkend="libexif"/> and
[eb6a287]104 <xref role="runtime" linkend="tumbler"/> (runtime)
[17bcb81]105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/thunar"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Thunar</title>
114
[97e0b31]115 <para revision="sysv">
116 First prevent the installation of an unneeded systemd file:
117 </para>
118
119<screen revision="sysv"><userinput>sed -i 's/\tinstall-systemd_userDATA/\t/' Makefile.in
120</userinput></screen>
121
[17bcb81]122 <para>
123 Install <application>Thunar</application> by running the following
124 commands:
125 </para>
126
[a85c6ce]127<screen><userinput>./configure --prefix=/usr \
[dcd16c6]128 --sysconfdir=/etc \
129 --docdir=/usr/share/doc/Thunar-&thunar-version; &amp;&amp;
[17bcb81]130make</userinput></screen>
131
132 <para>
133 This package does not come with a test suite.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
[dcd16c6]141
[17bcb81]142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
[82243a9]149 <segtitle>Installed Libraries</segtitle>
[17bcb81]150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
[3441548]154 Thunar (symlink to thunar),
155 thunar, and
156 thunar-settings
[dcd16c6]157 </seg>
158 <seg>
[3441548]159 libthunarx-3.so,
160 thunar-apr.so,
161 thunar-sbr.so,
162 thunar-uca.so,
163 thunar-wallpaper-plugin.so, and
164 libthunar-tpa.so
[17bcb81]165 </seg>
166 <seg>
167 /etc/xdg/Thunar,
[9b21a7a]168 /usr/include/thunarx-3,
[3441548]169 /usr/lib/Thunar,
170 /usr/lib/thunarx-3,
171 /usr/lib/xfce4,
172 /usr/share/Thunar,
173 /usr/share/doc/thunar-&thunar-version;,
[9b21a7a]174 /usr/share/gtk-doc/html/thunarx, and
[3441548]175 /usr/share/xfce4
[17bcb81]176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="thunar-prog">
186 <term><command>thunar</command></term>
187 <listitem>
188 <para>
[4c24eb0a]189 is the <application>Xfce</application> file manager
[17bcb81]190 </para>
191 <indexterm zone="thunar thunar-prog">
192 <primary sortas="b-thunar">thunar</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="thunar-settings">
198 <term><command>thunar-settings</command></term>
199 <listitem>
200 <para>
201 is a shell script that launches a dialog box to allow you to alter
[4c24eb0a]202 the behaviour of <application>Thunar</application>
[17bcb81]203 </para>
204 <indexterm zone="thunar thunar-settings">
205 <primary sortas="b-thunar-settings">thunar-settings</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
[9b21a7a]210 <varlistentry id="libthunarx-3">
211 <term><filename class="libraryfile">libthunarx-3.so</filename></term>
[17bcb81]212 <listitem>
213 <para>
214 contains the <application>Thunar</application> extension library
215 which permits adding new features to the
[4c24eb0a]216 <application>Thunar</application> file manager
[17bcb81]217 </para>
[9b21a7a]218 <indexterm zone="thunar libthunarx-3">
219 <primary sortas="c-libthunarx-3">libthunarx-3.so</primary>
[17bcb81]220 </indexterm>
221 </listitem>
222 </varlistentry>
[dcd16c6]223
[17bcb81]224 </variablelist>
[dcd16c6]225
[17bcb81]226 </sect2>
[dcd16c6]227
[17bcb81]228</sect1>
Note: See TracBrowser for help on using the repository browser.