source: xfce/core/thunar-volman.xml@ 24d47269

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 24d47269 was 24d47269, checked in by Pierre Labastie <pieere@…>, 3 years ago

Fix download urls in xfce

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

  • Property mode set to 100644
File size: 5.1 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-volman-download-http
8 "http://archive.xfce.org/src/xfce/thunar-volman/&xfce4-version;/thunar-volman-&thunar-volman-version;.tar.bz2">
9 <!ENTITY thunar-volman-download-ftp " ">
10 <!ENTITY thunar-volman-md5sum "50ccc0e9a4eb7b5a6e9e498823c577f9">
11 <!ENTITY thunar-volman-size "492 KB">
12 <!ENTITY thunar-volman-buildsize "6.8 MB">
13 <!ENTITY thunar-volman-time "less than 0.1 SBU">
14]>
15
16<sect1 id="thunar-volman" xreflabel="thunar-volman-&thunar-volman-version;">
17 <?dbhtml filename="thunar-volman.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>thunar-volman-&thunar-volman-version;</title>
25
26 <indexterm zone="thunar-volman">
27 <primary sortas="a-thunar-volman">thunar-volman</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to the Thunar Volume Manager</title>
32
33 <para>
34 The <application>Thunar Volume Manager</application> is an extension for
35 the <application>Thunar</application> file manager, which enables
36 automatic management of removable drives and media.
37 </para>
38
39 &lfs10_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&thunar-volman-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&thunar-volman-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &thunar-volman-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &thunar-volman-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &thunar-volman-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &thunar-volman-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Thunar Volume Manager Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="exo"/> and
80 <xref linkend="libgudev"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libnotify"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
89 <para role="recommended">
90 <xref role="runtime" linkend="gvfs"/>
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/thunar-volman"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of the Thunar Volume Manager</title>
100
101 <para>
102 Install the <application>Thunar Volume Manager</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 thunar-volman and
132 thunar-volman-settings
133 </seg>
134 <seg>
135 None
136 </seg>
137 <seg>
138 None
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="thunar-volman-prog">
149 <term><command>thunar-volman</command></term>
150 <listitem>
151 <para>
152 is the <application>Thunar</application> Volume Manager, a command
153 line utility to automatically mount or unmount removable media.
154 </para>
155 <indexterm zone="thunar-volman thunar-volman-prog">
156 <primary sortas="b-thunar-volman">thunar-volman</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="thunar-volman-settings">
162 <term><command>thunar-volman-settings</command></term>
163 <listitem>
164 <para>
165 is a small <application>GTK+ 2</application> application for changing
166 <application>Thunar Volume Manager</application> settings.
167 </para>
168 <indexterm zone="thunar-volman thunar-volman-settings">
169 <primary sortas="b-thunar-volman-settings">thunar-volman-settings</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.