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

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

Updated the GNOME Add-on packages to reflect the change in the GNOME sysconfdir configuration directory - Commit #1

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

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