Author: dnicholson
Date: 2007-06-20 07:12:13 -0600 (Wed, 20 Jun 2007)
New Revision: 6809
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genutils/xterm.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fixed xterm app-defaults references. Closes #2362.
Modified: trunk/BOOK/general/genutils/xterm.xml
===================================================================
--- trunk/BOOK/general/genutils/xterm.xml 2007-06-15 21:16:25 UTC (rev
6808)
+++ trunk/BOOK/general/genutils/xterm.xml 2007-06-20 13:12:13 UTC (rev
6809)
@@ -122,13 +122,13 @@
<para>There are two ways to configure xterm. You can add X resource
definitions to the user's <filename>~/.Xresources</filename> file, or
add them to the system-wide
- <filename>$XORG_PREFIX/lib/X11/app-defaults/Xterm</filename> file.</para>
+ <filename>$XORG_PREFIX/share/X11/app-defaults/Xterm</filename> file.</para>
<para>In order for xterm to follow the locale settings in the environment
and use TrueType fonts, add the following definitions as the
<systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>cat >>
$XORG_PREFIX/lib/X11/app-defaults/XTerm << "EOF"
+<screen role="root"><userinput>cat >>
$XORG_PREFIX/share/X11/app-defaults/XTerm << "EOF"
*VT100*locale: true
*VT100*faceName: Monospace
*VT100*faceSize: 10
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-06-15 21:16:25 UTC (rev 6808)
+++ trunk/BOOK/general.ent 2007-06-20 13:12:13 UTC (rev 6809)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "15"> <!-- Always 2 digits -->
+<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-06-15 21:16:25 UTC
(rev 6808)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-06-20 13:12:13 UTC
(rev 6809)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>June 20th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Fixed app-defaults references in xterm. Closes
+ #2362. Reported by laxy.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 15th, 2007</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page