mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Removed gnome-volume-manager-2.17.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8400 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9814efc446
commit
9624412e21
@ -617,7 +617,6 @@ $Date$
|
||||
<!ENTITY gnome-screensaver-version "2.28.0">
|
||||
<!ENTITY gnome-system-monitor-version "2.28.0">
|
||||
<!ENTITY gnome-utils-version "2.28.1">
|
||||
<!ENTITY gnome-volume-manager-version "2.17.0">
|
||||
<!ENTITY gucharmap-version "1.10.0">
|
||||
<!ENTITY nautilus-cd-burner-version "2.18.2">
|
||||
<!ENTITY sound-juicer-version "2.16.4">
|
||||
@ -643,6 +642,7 @@ $Date$
|
||||
<!ENTITY gnopernicus-version "1.1.1">
|
||||
<!ENTITY gnome-vfs-monikers-version "2.15.3">
|
||||
<!ENTITY gnome-audio-version "2.0.0">
|
||||
<!ENTITY gnome-volume-manager-version "2.17.0">
|
||||
-->
|
||||
|
||||
<!-- Chapter 33 -->
|
||||
|
@ -134,9 +134,9 @@
|
||||
<application>D-BUS</application> daemon. Issue the following commands as
|
||||
the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>groupadd -g 19 haldaemon &&
|
||||
<screen role="root"><userinput>groupadd -fg 19 haldaemon &&
|
||||
useradd -c "HAL Daemon User" -d /dev/null -u 19 \
|
||||
-g haldaemon -s /bin/false haldaemon</userinput></screen>
|
||||
-g haldaemon -s /bin/false haldaemon || [ $? == 9 ]</userinput></screen>
|
||||
|
||||
<para>Install <application>HAL</application> by running the following
|
||||
commands:</para>
|
||||
@ -146,7 +146,7 @@ useradd -c "HAL Daemon User" -d /dev/null -u 19 \
|
||||
--libexecdir=/usr/lib/hal \
|
||||
--localstatedir=/var \
|
||||
--docdir=/usr/share/doc/hal-&hal-version; \
|
||||
--enable_policy_kit=no &&
|
||||
--enable-policy-kit=no &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue <command>make check</command>.</para>
|
||||
@ -181,7 +181,7 @@ cd hal-info-&hal-info-version; &&
|
||||
<filename class='directory'>/var/run/hald</filename> instead of
|
||||
<filename class='directory'>/usr/var/run/hald</filename>.</para>
|
||||
|
||||
<para><parameter>--enable_policy_kit=no</parameter>: This parameter is
|
||||
<para><parameter>--enable-policy-kit=no</parameter>: This parameter is
|
||||
required if PolicyKit is not installed. Remove it if PolicyKit is
|
||||
installed.</para>
|
||||
|
||||
@ -247,7 +247,7 @@ cd hal-info-&hal-info-version; &&
|
||||
is allowed to invoke <application>HAL</application> methods with the
|
||||
following commands:</para>
|
||||
|
||||
<screen role="root"><userinput>groupadd -g 61 halusers &&
|
||||
<screen role="root"><userinput>groupadd -fg 61 halusers &&
|
||||
cat > /etc/dbus-1/system.d/halusers.conf << "EOF"
|
||||
<literal><!DOCTYPE busconfig PUBLIC
|
||||
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||
@ -303,8 +303,7 @@ EOF</userinput></screen>
|
||||
<sect4><title>Installing mount helpers</title>
|
||||
<para><application>HAL</application> only provides the methods such
|
||||
as Mount() to act on hardware. In order to take advantage of these,
|
||||
a <application>HAL</application> event handler such as
|
||||
<xref linkend="gnome-volume-manager"/> or <ulink
|
||||
a <application>HAL</application> event handler such as <ulink
|
||||
url="http://ivman.sourceforge.net/">Ivman</ulink> should be
|
||||
installed.</para>
|
||||
<!-- FIXME: is Ivman still alive? -->
|
||||
|
@ -55,7 +55,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-screensaver.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-system-monitor.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-utils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-volume-manager.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gucharmap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nautilus-cd-burner.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sound-juicer.xml"/>
|
||||
@ -82,6 +81,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnopernicus.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-vfs-monikers.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-audio.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-volume-manager.xml"/>
|
||||
-->
|
||||
|
||||
</chapter>
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>April 9th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Removed gnome-volume-manager-2.17.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Updated to GNOME Utilities-2.28.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user