source: xfce/core/thunar.xml@ 49df2f9e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 49df2f9e was 49df2f9e, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to Thunar-1.6.8.
Forgot to tag network-manager-applet-1.0.2 for gcc-5.

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

  • Property mode set to 100644
File size: 6.7 KB
Line 
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 thunar-download-http
8 "http://archive.xfce.org/src/xfce/thunar/1.6/Thunar-&thunar-version;.tar.bz2">
9 <!ENTITY thunar-download-ftp " ">
10 <!ENTITY thunar-md5sum "d7c6ae92f180c1d8d5b4c3f368142252">
11 <!ENTITY thunar-size "2.1 MB">
12 <!ENTITY thunar-buildsize "61 MB">
13 <!ENTITY thunar-time "0.6 SBU">
14]>
15
16<sect1 id="thunar" xreflabel="Thunar-&thunar-version;">
17 <?dbhtml filename="thunar.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Thunar-&thunar-version;</title>
25
26 <indexterm zone="thunar">
27 <primary sortas="a-Thunar">Thunar</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Thunar</title>
32
33 <para>
34 <application>Thunar</application> is the <application>Xfce</application>
35 file manager, a <application>GTK+ 2</application> GUI to organise the files
36 on your computer.
37 </para>
38
39 &lfs77_checked; &gcc5_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&thunar-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&thunar-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &thunar-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &thunar-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &thunar-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &thunar-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Thunar Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="exo"/> and
80 <xref linkend="libxfce4ui"/>
81 </para>
82
83 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
84 <para role="required runtime">
85 <xref linkend="gnome-icon-theme"/> or
86 <xref linkend="lxde-icon-theme"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="libnotify"/>,
92 <xref linkend="udev-extras"/> (for GUdev) and
93 <xref linkend="xfce4-panel"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gvfs"/> (for remote browsing and automounting),
99 <xref linkend="libexif"/> and
100 <xref linkend="tumbler"/> (runtime)
101 </para>
102
103 <para condition="html" role="usernotes">
104 User Notes: <ulink url="&blfs-wiki;/thunar"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Thunar</title>
110
111 <note><para>
112 By default, <application>Thunar</application> installs its
113 menu in the System category. If desired, change it to the
114 Utiliities category:</para>
115
116<screen><userinput>sed -i 's/System;//' Thunar.desktop.in.in</userinput></screen>
117 </note>
118
119 <para>
120 Install <application>Thunar</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>./configure --prefix=/usr \
125 --sysconfdir=/etc \
126 --docdir=/usr/share/doc/Thunar-&thunar-version; &amp;&amp;
127make</userinput></screen>
128
129 <para>
130 This package does not come with a test suite.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 Thunar, thunar and thunar-settings
160 </seg>
161 <seg>
162 libthunarx-2.so and
163 /usr/lib/xfce4/panel/plugins/libthunar-tpa.so
164 </seg>
165 <seg>
166 /etc/xdg/Thunar,
167 /usr/include/thunarx-2,
168 /usr/lib/{Thunar,thunarx-2},
169 /usr/share/doc/Thunar-&thunar-version;,
170 /usr/share/gtk-doc/html/thunarx, and
171 /usr/share/{pixmaps,}/Thunar
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="Thunar">
182 <term><command>Thunar</command></term>
183 <listitem>
184 <para>
185 is a symbolic link to <application>thunar</application>.
186 </para>
187 <indexterm zone="thunar Thunar">
188 <primary sortas="b-Thunar">Thunar</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="thunar-prog">
194 <term><command>thunar</command></term>
195 <listitem>
196 <para>
197 is the <application>Xfce</application> file manager.
198 </para>
199 <indexterm zone="thunar thunar-prog">
200 <primary sortas="b-thunar">thunar</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="thunar-settings">
206 <term><command>thunar-settings</command></term>
207 <listitem>
208 <para>
209 is a shell script that launches a dialog box to allow you to alter
210 the behaviour of <application>Thunar</application>.
211 </para>
212 <indexterm zone="thunar thunar-settings">
213 <primary sortas="b-thunar-settings">thunar-settings</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="libthunarx-2">
219 <term><filename class="libraryfile">libthunarx-2.so</filename></term>
220 <listitem>
221 <para>
222 contains the <application>Thunar</application> extension library
223 which permits adding new features to the
224 <application>Thunar</application> file manager.
225 </para>
226 <indexterm zone="thunar libthunarx-2">
227 <primary sortas="c-libthunarx-2">libthunarx-2.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.