gnome-session bugfix and gpm patch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1814 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2004-02-16 00:52:10 +00:00
parent 475f2b63f2
commit 3f38dada8c
3 changed files with 10 additions and 4 deletions

View File

@ -78,10 +78,12 @@ This file contains the name of your mouse device and the protocol which
it uses. To create this file, run the following:</para>
<screen><userinput><command>cat &gt; /etc/sysconfig/mouse &lt;&lt; "EOF"</command>
# start /etc/sysconfig/mouse
# Begin /etc/sysconfig/mouse
MDEVICE=<replaceable>[yourdevice]</replaceable>
PROTOCOL=<replaceable>[yourprotocol]</replaceable>
# end /etc/sysconfig/mouse
# End /etc/sysconfig/mouse
<command>EOF</command></userinput></screen>
</sect3>

View File

@ -3,8 +3,7 @@
<para>Install <application><acronym>GNOME</acronym> Session</application> by running the following commands:</para>
<screen><userinput><command>export PATH=$PATH:`pkg-config --variable=prefix ORBit-2.0`/sbin:/sbin &amp;&amp;
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>

View File

@ -11,6 +11,11 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 15th, 2004 [larry]: removed PATH from
gnome-session installation as $PREFIX/sbin is set in lib-config
instructions. Applied GPM patch for /etc/sysconfig/mouse submitted by
Anderson Lizardo.</para></listitem>
<listitem><para>February 15th, 2004 [larry]: updated to nautilus-2.4.2,
bug-buddy-2.4.2, ggv-2.4.1 and gnome2-user-docs-2.4.1.</para></listitem>