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

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 f0922fc9 was f0922fc9, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

  • Property mode set to 100644
File size: 5.1 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-volman-download-http
[c6b192c]8 "https://archive.xfce.org/src/xfce/thunar-volman/&xfce4-version;/thunar-volman-&thunar-volman-version;.tar.bz2">
[17bcb81]9 <!ENTITY thunar-volman-download-ftp " ">
[3441548]10 <!ENTITY thunar-volman-md5sum "50ccc0e9a4eb7b5a6e9e498823c577f9">
11 <!ENTITY thunar-volman-size "492 KB">
[71fcd95e]12 <!ENTITY thunar-volman-buildsize "6.8 MB">
13 <!ENTITY thunar-volman-time "less than 0.1 SBU">
[17bcb81]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
[f0922fc9]38 &lfs110a_checked;
[17bcb81]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">
[3441548]78 <xref linkend="exo"/> and
79 <xref linkend="libgudev"/>
[17bcb81]80 </para>
81
[dcd16c6]82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
[3441548]84 <xref linkend="libnotify"/>
[17bcb81]85 </para>
86
[dcd16c6]87 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
[eb6a287]88 <para role="recommended">
[3441548]89 <xref role="runtime" linkend="gvfs"/>
[dcd16c6]90 </para>
91
[17bcb81]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>
[dcd16c6]117
[17bcb81]118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
[c3c56b2]125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
[17bcb81]127
128 <seglistitem>
[dcd16c6]129 <seg>
[3441548]130 thunar-volman and
131 thunar-volman-settings
[dcd16c6]132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 None
138 </seg>
[17bcb81]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
[4c24eb0a]152 line utility to automatically mount or unmount removable media
[17bcb81]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>
[5e99854b]164 is a small <application>GTK+ 3</application> application for changing
[4c24eb0a]165 <application>Thunar Volume Manager</application> settings
[17bcb81]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>
[dcd16c6]172
[17bcb81]173 </variablelist>
[dcd16c6]174
[17bcb81]175 </sect2>
[dcd16c6]176
[17bcb81]177</sect1>
Note: See TracBrowser for help on using the repository browser.