source: xfce/core/thunar-systemd.xml@ c7edc8da

systemd-11177
Last change on this file since c7edc8da was c7edc8da, checked in by Krejzi <krejzi@…>, 10 years ago

Remove remaining references to udev-extras, fix build, import gnome.ent change from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13514 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.2 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 "4f10d5d5576ce5127308d6badbac3afa">
11 <!ENTITY thunar-size "1.9 MB">
12 <!ENTITY thunar-buildsize "60 MB">
13 <!ENTITY thunar-time "0.7 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 &lfs75_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">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libnotify"/>,
86 <xref linkend="startup-notification"/>,
87 <xref linkend="systemd"/> (for GUdev) and
88 <xref linkend="xfce4-panel"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="libexif"/> and
94 <xref linkend="tumbler"/> (runtime)
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/thunar"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Thunar</title>
104
105 <para>
106 Install <application>Thunar</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --sysconfdir=/etc \
112 --docdir=/usr/share/doc/Thunar-&thunar-version; &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/gtk-doc-rebuild.xml"/>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 Thunar, thunar and thunar-settings
146 </seg>
147 <seg>
148 libthunarx-2.so
149 </seg>
150 <seg>
151 /etc/xdg/Thunar,
152 /usr/include/thunarx-2,
153 /usr/lib/Thunar,
154 /usr/lib/thunarx-2,
155 /usr/share/doc/Thunar-&thunar-version;,
156 /usr/share/gtk-doc/html/thunarx,
157 /usr/share/pixmaps/Thunar and
158 /usr/share/Thunar
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="Thunar">
169 <term><command>Thunar</command></term>
170 <listitem>
171 <para>
172 is the <application>Xfce</application> file manager.
173 </para>
174 <indexterm zone="thunar Thunar">
175 <primary sortas="b-Thunar">Thunar</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="thunar-prog">
181 <term><command>thunar</command></term>
182 <listitem>
183 <para>
184 is a symbolic link to <application>Thunar</application>.
185 </para>
186 <indexterm zone="thunar thunar-prog">
187 <primary sortas="b-thunar">thunar</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="thunar-settings">
193 <term><command>thunar-settings</command></term>
194 <listitem>
195 <para>
196 is a shell script that launches a dialog box to allow you to alter
197 the behaviour of <application>Thunar</application>.
198 </para>
199 <indexterm zone="thunar thunar-settings">
200 <primary sortas="b-thunar-settings">thunar-settings</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="libthunarx-2">
206 <term><filename class="libraryfile">libthunarx-2.so</filename></term>
207 <listitem>
208 <para>
209 contains the <application>Thunar</application> extension library
210 which permits adding new features to the
211 <application>Thunar</application> file manager.
212 </para>
213 <indexterm zone="thunar libthunarx-2">
214 <primary sortas="c-libthunarx-2">libthunarx-2.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.