source: xfce/core/thunar-volman.xml@ fef4473

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 fef4473 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

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