source: archive/gnome-obsolete/gnome-volume-manager.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 8.4 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 gnome-volume-manager-download-http "&gnome-download-http;/gnome-volume-manager/2.17/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
8 <!ENTITY gnome-volume-manager-download-ftp "&gnome-download-ftp;/gnome-volume-manager/2.17/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
9 <!ENTITY gnome-volume-manager-md5sum "104cec26e721e0bba69debd392367195">
10 <!ENTITY gnome-volume-manager-size "341 KB">
11 <!ENTITY gnome-volume-manager-buildsize "11 MB">
12 <!ENTITY gnome-volume-manager-time "0.1 SBU">
13]>
14
15<sect1 id="gnome-volume-manager"
16 xreflabel="gnome-volume-manager-&gnome-volume-manager-version;">
17 <?dbhtml filename="gnome-volume-manager.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-volume-manager-&gnome-volume-manager-version;</title>
24
25 <indexterm zone="gnome-volume-manager">
26 <primary sortas="a-gnome-volume-manager">gnome-volume-manager</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-volume-manager</title>
31
32 <para>The <application>gnome-volume-manager</application> package contains
33 a volume manager for GNOME. It is a desktop-level daemon that enforces
34 volume-related policy in response to events received from
35 <application>HAL</application>. This is useful for automatic mounting of
36 floppy diskettes, CDROMs and removable storage devices. It can also be
37 used to automatically run a program in response to other hotplug events
38 such as plugging in USB printers or cameras, or inserting DVDs and
39 music CDs. The goal of <application>gnome-volume-manager</application> is
40 to implement all functionality as a state-machine in response to
41 asynchronous events from <application>HAL</application>. It is one
42 component in a larger plan to fully integrate all levels of the Linux
43 system, from the kernel on up through the desktop and its
44 applications.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&gnome-volume-manager-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&gnome-volume-manager-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &gnome-volume-manager-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &gnome-volume-manager-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &gnome-volume-manager-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &gnome-volume-manager-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">gnome-volume-manager Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required"><xref linkend="libgnomeui"/> and
72 <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>.
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="intltool"/>,
77 <xref linkend="nautilus"/>, and
78 <xref linkend="libnotify"/></para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/gnome-volume-manager"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of gnome-volume-manager</title>
87
88 <para>Install <application>gnome-volume-manager</application> by running
89 the following commands:</para>
90
91<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
92 --sysconfdir=&gnome-etc-dir; \
93 --disable-multiuser &amp;&amp;
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/gnome-prefix.xml"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="../../xincludes/gnome-sysconfdir.xml"/>
112
113 <para><parameter>--disable-multiuser</parameter>: Without this parameter,
114 <application>gnome-volume-manager</application> will only allow the user
115 who is at the active console to manage volumes. This is determined
116 through the <xref linkend="linux-pam"/> module <ulink
117 url="&blfs-wiki;/linux-pam">pam_console</ulink>. If your system is
118 configured to use <ulink url="&blfs-wiki;/linux-pam">pam_console</ulink>,
119 you can drop this parameter.</para>
120
121 </sect2>
122
123 <sect2 role="configuration">
124 <title>Configuring gnome-volume-manager</title>
125
126 <sect3 id="gnome-volume-manager-config">
127 <title>Configuration Information</title>
128
129 <para>Proper operation of this package is dependent upon the
130 <command>hald</command> daemon running on the system. Ensure the
131 <command>hald</command> daemon is running before attempting to start or
132 configure <command>gnome-volume-manager</command>. Configuration
133 is accomplished using the <quote>Removable Drives and Media</quote>
134 graphical interface found on the
135 <quote>Desktop</quote>&mdash;<quote>Preferences</quote> drop-down
136 menu. You can also run the <command>gnome-volume-properties</command>
137 command from the command line to bring up the configuration
138 interface.</para>
139
140 <para>Note that the <command>gnome-volume-manager</command> daemon
141 program should be started when your GNOME desktop environment is started.
142 This should be automatically configured during the installation of
143 <application>gnome-volume-manager</application>.</para>
144
145 <!--
146 This can easily be accomplished by adding
147 <command>gnome-volume-manager</command> to the
148 <quote>Startup Programs</quote>, found by selecting the
149 <quote>Desktop</quote>&mdash;<quote>Preferences</quote>&mdash;<quote>Sessions</quote>
150 drop-down menu.</para>
151 -->
152
153 <para>The <quote>Disk Mounter</quote> applet can be installed in the
154 control panel for visual display status of removable media. Installing
155 this applet in the panel is accomplished using conventional
156 methods.</para>
157
158 </sect3>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>gnome-volume-manager and gnome-volume-properties</seg>
172 <seg>None</seg>
173 <seg><envar>$GNOME_PREFIX</envar>/share/gnome-volume-manager</seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="gnome-volume-manager-prog">
183 <term><command>gnome-volume-manager</command></term>
184 <listitem>
185 <para>is the manager daemon, designed to be run at the desktop level.
186 It is a simple policy engine that implements a state machine in
187 response to events from <application>HAL</application>. Responding
188 to these events, it implements automount, autorun, autoplay,
189 automatic photo management, and so on.</para>
190 <indexterm zone="gnome-volume-manager gnome-volume-manager-prog">
191 <primary sortas="b-gnome-volume-manager">gnome-volume-manager</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="gnome-volume-properties">
197 <term><command>gnome-volume-properties</command></term>
198 <listitem>
199 <para>is a control panel applet for
200 <application>gnome-volume-manager</application>. It is also provides
201 a graphical configuration interface.</para>
202 <indexterm zone="gnome-volume-manager gnome-volume-properties">
203 <primary sortas="b-gnome-volume-properties">gnome-volume-properties</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 </variablelist>
209
210 </sect2>
211
212</sect1>
Note: See TracBrowser for help on using the repository browser.