mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
475f2b63f2
commit
3f38dada8c
@ -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 > /etc/sysconfig/mouse << "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>
|
||||
|
||||
|
@ -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 &&
|
||||
./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 &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user