source: gnome/add/obsolete/gnome-mount.xml@ 6b54763

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6b54763 was 6b54763, checked in by Andrew Benton <andy@…>, 12 years ago

Remove Hal

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

  • Property mode set to 100644
File size: 6.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-mount-download-http "http://hal.freedesktop.org/releases/gnome-mount-&gnome-mount-version;.tar.gz">
8 <!ENTITY gnome-mount-download-ftp " ">
9 <!ENTITY gnome-mount-md5sum "562ec9d0196e5e000bdd249a04a3aa6a">
10 <!ENTITY gnome-mount-size "494 KB">
11 <!ENTITY gnome-mount-buildsize "5 MB">
12 <!ENTITY gnome-mount-time "0.1 SBU">
13]>
14
15<sect1 id="gnome-mount" xreflabel="gnome-mount-&gnome-mount-version;">
16 <?dbhtml filename="gnome-mount.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-mount-&gnome-mount-version;</title>
24
25 <indexterm zone="gnome-mount">
26 <primary sortas="a-gnome-mount">gnome-mount</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-mount</title>
31
32 <para>The <application>gnome-mount</application> package contains programs
33 for mounting, unmounting and ejecting storage devices. The goal for
34 <application>gnome-mount</application> is to get the appropriate GNOME
35 software (such as <application>gnome-volume-manager</application> and
36 <application>GNOME-VFS</application>) to use this instead of invoking
37 <command>mount</command>/<command>umount</command>/<command>eject</command>
38 or direct <application>HAL</application> invoking methods.</para>
39
40 <para>All the <application>gnome-mount</application> programs utilize the
41 methods on <application>HAL</application> and as such run unprivileged. The
42 rationale for <application>gnome-mount</application> is to have a
43 centralized place (in <application>GConf</application>) where settings
44 (e.g., mount options and mount locations) are maintained.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&gnome-mount-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&gnome-mount-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &gnome-mount-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &gnome-mount-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &gnome-mount-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &gnome-mount-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">gnome-mount Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required"><xref linkend="gnome-keyring"/>,
72 <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>,
73 <xref linkend="libglade"/>,
74 <xref linkend="libnotify"/></para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended"><xref linkend="nautilus"/></para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional"><xref linkend="intltool"/></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gnome-mount"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of gnome-mount</title>
89
90 <para>Install <application>gnome-mount</application> by
91 running the following commands:</para>
92
93<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
94 --sysconfdir=&gnome-etc-dir; &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/gnome-prefix.xml"/>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gnome-sysconfdir.xml"/>
113
114 <para><option>--disable-nautilus-extension</option>: Use this option if you
115 do not have <application>Nautilus</application> installed. This will prevent
116 the <application>Nautilus</application> extension from being built.</para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>gnome-eject, gnome-mount and gnome-umount</seg>
130 <seg>libgnome-mount.{so,a} Nautilus extention</seg>
131 <seg><envar>$GNOME_PREFIX</envar>/share/gnome-mount</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="gnome-mount-prog">
141 <term><command>gnome-mount</command></term>
142 <listitem>
143 <para>is used to automatically mount storage media and other
144 removable media.</para>
145 <indexterm zone="gnome-mount gnome-mount-prog">
146 <primary sortas="b-gnome-mount">gnome-mount</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="gnome-umount">
152 <term><command>gnome-umount</command></term>
153 <listitem>
154 <para>is a symbolic link to <command>gnome-mount</command> used to
155 automatically unmount storage media and other removable media.</para>
156 <indexterm zone="gnome-mount gnome-umount">
157 <primary sortas="g-gnome-umount">gnome-umount</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="gnome-eject">
163 <term><command>gnome-eject</command></term>
164 <listitem>
165 <para>is a symbolic link to <command>gnome-mount</command> used to
166 automatically open and close (if supported by the drive) the drive
167 door and tray in CD/DVD drives.</para>
168 <indexterm zone="gnome-mount gnome-eject">
169 <primary sortas="b-gnome-eject">gnome-eject</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.