source: xfce/core/thunar.xml@ 97e0b31

10.1 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 97e0b31 was 97e0b31, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Stop thunar from installing a service file for sysv

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

  • Property mode set to 100644
File size: 6.8 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
[0319fff]8 "http://archive.xfce.org/src/xfce/thunar/1.8/thunar-&thunar-version;.tar.bz2">
[17bcb81]9 <!ENTITY thunar-download-ftp " ">
[d40406d]10 <!ENTITY thunar-md5sum "303010f4959fa23f7c13c0ccd9b8527e">
[1d128a6]11 <!ENTITY thunar-size "2.3 MB">
[d40406d]12 <!ENTITY thunar-buildsize "53 MB">
13 <!ENTITY thunar-time "0.6 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
[640ece9]44 &lfs10_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">
84 <xref linkend="exo"/> and
85 <xref linkend="libxfce4ui"/>
86 </para>
87
[40800638]88 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
[1051f94e]89 <para role="required">
90 <xref role="runtime" linkend="gnome-icon-theme"/> or
91 <xref role="runtime" linkend="lxde-icon-theme"/>
[40800638]92 </para>
93
[dcd16c6]94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
[f175d6f6]96 <xref linkend="libgudev"/>,
97 <xref linkend="libnotify"/> and
[dcd16c6]98 <xref linkend="xfce4-panel"/>
99 </para>
100
[17bcb81]101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
[9b21a7a]103 <xref linkend="gtk-doc"/> (for documentation),
[32b1094f]104 <xref linkend="gvfs"/> (for remote browsing and automounting),
[88136e4d]105 <xref linkend="libexif"/> and
[eb6a287]106 <xref role="runtime" linkend="tumbler"/> (runtime)
[17bcb81]107 </para>
108
109 <para condition="html" role="usernotes">
110 User Notes: <ulink url="&blfs-wiki;/thunar"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of Thunar</title>
116
[97e0b31]117 <para revision="sysv">
118 First prevent the installation of an unneeded systemd file:
119 </para>
120
121<screen revision="sysv"><userinput>sed -i 's/\tinstall-systemd_userDATA/\t/' Makefile.in
122</userinput></screen>
123
[17bcb81]124 <para>
125 Install <application>Thunar</application> by running the following
126 commands:
127 </para>
128
[a85c6ce]129<screen><userinput>./configure --prefix=/usr \
[dcd16c6]130 --sysconfdir=/etc \
131 --docdir=/usr/share/doc/Thunar-&thunar-version; &amp;&amp;
[17bcb81]132make</userinput></screen>
133
134 <para>
135 This package does not come with a test suite.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
[dcd16c6]143
[17bcb81]144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
[82243a9]151 <segtitle>Installed Libraries</segtitle>
[17bcb81]152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
[dcd16c6]156 Thunar, thunar and thunar-settings
157 </seg>
158 <seg>
[9b21a7a]159 libthunarx-3.so and
[82243a9]160 /usr/lib/xfce4/panel/plugins/libthunar-tpa.so
[17bcb81]161 </seg>
162 <seg>
163 /etc/xdg/Thunar,
[9b21a7a]164 /usr/include/thunarx-3,
165 /usr/lib/{Thunar,thunarx-3},
166 /usr/share/doc/Thunar-&thunar-version;,
167 /usr/share/gtk-doc/html/thunarx, and
[6c1f83f]168 /usr/share/{pixmaps,}/Thunar
[17bcb81]169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="Thunar">
179 <term><command>Thunar</command></term>
180 <listitem>
181 <para>
[6c1f83f]182 is a symbolic link to <application>thunar</application>.
[17bcb81]183 </para>
184 <indexterm zone="thunar Thunar">
185 <primary sortas="b-Thunar">Thunar</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="thunar-prog">
191 <term><command>thunar</command></term>
192 <listitem>
193 <para>
[6c1f83f]194 is the <application>Xfce</application> file manager.
[17bcb81]195 </para>
196 <indexterm zone="thunar thunar-prog">
197 <primary sortas="b-thunar">thunar</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="thunar-settings">
203 <term><command>thunar-settings</command></term>
204 <listitem>
205 <para>
206 is a shell script that launches a dialog box to allow you to alter
207 the behaviour of <application>Thunar</application>.
208 </para>
209 <indexterm zone="thunar thunar-settings">
210 <primary sortas="b-thunar-settings">thunar-settings</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
[9b21a7a]215 <varlistentry id="libthunarx-3">
216 <term><filename class="libraryfile">libthunarx-3.so</filename></term>
[17bcb81]217 <listitem>
218 <para>
219 contains the <application>Thunar</application> extension library
220 which permits adding new features to the
221 <application>Thunar</application> file manager.
222 </para>
[9b21a7a]223 <indexterm zone="thunar libthunarx-3">
224 <primary sortas="c-libthunarx-3">libthunarx-3.so</primary>
[17bcb81]225 </indexterm>
226 </listitem>
227 </varlistentry>
[dcd16c6]228
[17bcb81]229 </variablelist>
[dcd16c6]230
[17bcb81]231 </sect2>
[dcd16c6]232
[17bcb81]233</sect1>
Note: See TracBrowser for help on using the repository browser.