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

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 eae5912d was eae5912d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a note to the gnome-volume-manager instructions to ensure the HAL daemon is running

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

  • Property mode set to 100644
File size: 7.7 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 "http://ftp.gnome.org/pub/gnome/sources/gnome-volume-manager/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
8 <!ENTITY gnome-volume-manager-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gnome-volume-manager/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
9 <!ENTITY gnome-volume-manager-md5sum "092fe745cb1f4962ad612ae67651a628">
10 <!ENTITY gnome-volume-manager-size "242 KB">
11 <!ENTITY gnome-volume-manager-buildsize "6.6 MB">
12 <!ENTITY gnome-volume-manager-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gnome-volume-manager" xreflabel="gnome-volume-manager-&gnome-volume-manager-version;">
16 <?dbhtml filename="gnome-volume-manager.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
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><xref linkend="libgnomeui"/> and
72 <xref linkend="hal"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para><xref linkend="nautilus"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of gnome-volume-manager</title>
81
82 <para>Install <application>gnome-volume-manager</application> by running
83 the following commands:</para>
84
85<screen><userinput>./configure `pkg-config --variable=prefix ORBit-2.0` \
86 --sysconfdir=/etc/gnome &amp;&amp;
87make</userinput></screen>
88
89 <para>This package does not come with a test suite.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
101 puts configuration files in <filename class="directory">/etc/gnome</filename>
102 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
103
104 </sect2>
105
106 <sect2 role="configuration">
107 <title>Configuring gnome-volume-manager</title>
108
109 <sect3 id="gnome-volume-manager-config">
110 <title>Configuration Information</title>
111
112 <para>Proper operation of this package is dependant upon the
113 <command>hald</command> daemon running on the system. Ensure the
114 <command>hald</command> daemon is running before attempting to start or
115 configure <command>gnome-volume-manager</command>. Configuration
116 is accomplished using the <quote>Removable Drives and Media</quote>
117 graphical interface found on the
118 <quote>Desktop</quote>&mdash;<quote>Preferences</quote> drop-down
119 menu. You can also run the <command>gnome-volume-properties</command>
120 command from the command line to bring up the configuration
121 interface.</para>
122
123 <para>Note that the <command>gnome-volume-manager</command> daemon
124 program should be started when your GNOME desktop environment is started.
125 This can easily be accomplished by adding
126 <command>gnome-volume-manager</command> to the
127 <quote>Startup Programs</quote>, found by selecting the
128 <quote>Desktop</quote>&mdash;<quote>Preferences</quote>&mdash;<quote>Sessions</quote>
129 drop-down menu.</para>
130
131 <para>The <quote>Disk Mounter</quote> applet can be installed in the
132 control panel for visual display status of removable media. Installing
133 this applet is accomplished using conventional methods.</para>
134
135 </sect3>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>gnome-volume-manager and gnome-volume-properties</seg>
149 <seg>None</seg>
150 <seg>$GNOME_PREFIX/gconf/gconf.xml.defaults/desktop/gnome/volume_manager,
151 $GNOME_PREFIX/gconf/gconf.xml.defaults/schemas/desktop/gnome/volume_manager
152 and $GNOME_PREFIX/share/gnome-volume-manager</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="gnome-volume-manager-prog">
162 <term><command>gnome-volume-manager</command></term>
163 <listitem>
164 <para>is the manager daemon, designed to be run at the desktop level.
165 It is a simple policy engine that implements a state machine in
166 response to events from <application>HAL</application>. Responding
167 to these events, it implements automount, autorun, autoplay,
168 automatic photo management, and so on.</para>
169 <indexterm zone="gnome-volume-manager gnome-volume-manager-prog">
170 <primary sortas="b-gnome-volume-manager">gnome-volume-manager</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="gnome-volume-properties">
176 <term><command>gnome-volume-properties</command></term>
177 <listitem>
178 <para>is a control panel applet for
179 <application>gnome-volume-manager</application>. It is also provides
180 a graphical configuration interface.</para>
181 <indexterm zone="gnome-volume-manager gnome-volume-properties">
182 <primary sortas="b-gnome-volume-properties">gnome-volume-properties</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.