source: gnome/add/gnome-volume-manager.xml@ a661d14e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a661d14e was a661d14e, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the dependencies and build commands in the gnome-volume-manager instructions to conform with GNOME-2.14.2; there is still some additional information that needs to be added to this page after the additions are finalized via BLFS-Dev discussion

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

  • Property mode set to 100644
File size: 8.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
8 <!ENTITY gnome-volume-manager-download-ftp "&gnome-download-ftp;/gnome-volume-manager/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
9 <!ENTITY gnome-volume-manager-md5sum "0bf3ee007c951a5d833a3c17bbe59ec6">
10 <!ENTITY gnome-volume-manager-size "311 KB">
11 <!ENTITY gnome-volume-manager-buildsize "8.8 MB">
12 <!ENTITY gnome-volume-manager-time "less than 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 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-volume-manager-&gnome-volume-manager-version;</title>
25
26 <indexterm zone="gnome-volume-manager">
27 <primary sortas="a-gnome-volume-manager">gnome-volume-manager</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to gnome-volume-manager</title>
32
33 <para>The <application>gnome-volume-manager</application> package contains
34 a volume manager for GNOME. It is a desktop-level daemon that enforces
35 volume-related policy in response to events received from
36 <application>HAL</application>. This is useful for automatic mounting of
37 floppy diskettes, CDROMs and removable storage devices. It can also be
38 used to automatically run a program in response to other hotplug events
39 such as plugging in USB printers or cameras, or inserting DVDs and
40 music CDs. The goal of <application>gnome-volume-manager</application> is
41 to implement all functionality as a state-machine in response to
42 asynchronous events from <application>HAL</application>. It is one
43 component in a larger plan to fully integrate all levels of the Linux
44 system, from the kernel on up through the desktop and its
45 applications.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&gnome-volume-manager-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&gnome-volume-manager-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &gnome-volume-manager-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &gnome-volume-manager-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &gnome-volume-manager-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &gnome-volume-manager-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">gnome-volume-manager Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="libgnomeui"/> and
73 <xref linkend="hal"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="intltool"/>,
77 <xref linkend="nautilus"/>, and
78 <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink></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/2003/XInclude"
108 href="../../xincludes/gnome-prefix.xml"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="../../xincludes/gnome-sysconfdir.xml"/>
112
113 <para><parameter>--disable-multiuser</parameter>: This parameter is used
114 because a stock [B]LFS system does not have the appropriate setup to use
115 the multiuser capability.</para>
116
117 </sect2>
118
119 <sect2 role="configuration">
120 <title>Configuring gnome-volume-manager</title>
121
122 <sect3 id="gnome-volume-manager-config">
123 <title>Configuration Information</title>
124
125 <para>Proper operation of this package is dependant upon the
126 <command>hald</command> daemon running on the system. Ensure the
127 <command>hald</command> daemon is running before attempting to start or
128 configure <command>gnome-volume-manager</command>. Configuration
129 is accomplished using the <quote>Removable Drives and Media</quote>
130 graphical interface found on the
131 <quote>Desktop</quote>&mdash;<quote>Preferences</quote> drop-down
132 menu. You can also run the <command>gnome-volume-properties</command>
133 command from the command line to bring up the configuration
134 interface.</para>
135
136 <para>Note that the <command>gnome-volume-manager</command> daemon
137 program should be started when your GNOME desktop environment is started.
138 This should be automatically configured during the installation of
139 <application>gnome-volume-manager</application>.</para>
140
141 <!--
142 This can easily be accomplished by adding
143 <command>gnome-volume-manager</command> to the
144 <quote>Startup Programs</quote>, found by selecting the
145 <quote>Desktop</quote>&mdash;<quote>Preferences</quote>&mdash;<quote>Sessions</quote>
146 drop-down menu.</para>
147 -->
148
149 <para>The <quote>Disk Mounter</quote> applet can be installed in the
150 control panel for visual display status of removable media. Installing
151 this applet in the panel is accomplished using conventional
152 methods.</para>
153
154 </sect3>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>gnome-volume-manager and gnome-volume-properties</seg>
168 <seg>None</seg>
169 <seg><envar>$GNOME_PREFIX</envar>/share/gnome-volume-manager</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="gnome-volume-manager-prog">
179 <term><command>gnome-volume-manager</command></term>
180 <listitem>
181 <para>is the manager daemon, designed to be run at the desktop level.
182 It is a simple policy engine that implements a state machine in
183 response to events from <application>HAL</application>. Responding
184 to these events, it implements automount, autorun, autoplay,
185 automatic photo management, and so on.</para>
186 <indexterm zone="gnome-volume-manager gnome-volume-manager-prog">
187 <primary sortas="b-gnome-volume-manager">gnome-volume-manager</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="gnome-volume-properties">
193 <term><command>gnome-volume-properties</command></term>
194 <listitem>
195 <para>is a control panel applet for
196 <application>gnome-volume-manager</application>. It is also provides
197 a graphical configuration interface.</para>
198 <indexterm zone="gnome-volume-manager gnome-volume-properties">
199 <primary sortas="b-gnome-volume-properties">gnome-volume-properties</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.