Author: renodr
Date: Tue Feb 26 10:10:19 2019
New Revision: 21251

Log:
Tag remaining X drivers
Remove redundant command in Freetype
Wording changes

Modified:
   trunk/BOOK/general/genlib/wayland.xml
   trunk/BOOK/general/graphlib/freetype2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/installing/x7driver-vmmouse.xml
   trunk/BOOK/x/installing/x7driver-vmware.xml
   trunk/BOOK/x/wm/fluxbox.xml

Modified: trunk/BOOK/general/genlib/wayland.xml
==============================================================================
--- trunk/BOOK/general/genlib/wayland.xml       Tue Feb 26 09:56:18 2019        
(r21250)
+++ trunk/BOOK/general/genlib/wayland.xml       Tue Feb 26 10:10:19 2019        
(r21251)
@@ -107,7 +107,10 @@
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make check</command>.
+      To test the results, issue: <command>make check</command>. If a Desktop
+      Environment has not been started that uses XDG, it's possible that 90%
+      of the test suite will fail. To rectify this, create the directory listed
+      in $XDG_RUNTIME_DIR first, if required.
     </para>
 
     <para>

Modified: trunk/BOOK/general/graphlib/freetype2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml   Tue Feb 26 09:56:18 2019        
(r21250)
+++ trunk/BOOK/general/graphlib/freetype2.xml   Tue Feb 26 10:10:19 2019        
(r21251)
@@ -144,14 +144,14 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make install &amp;&amp;
-cp builds/unix/freetype-config /usr/bin</userinput></screen>
+<screen role="root"><userinput>make install</userinput></screen>
 
     <para>If you downloaded the optional documentation, install it as the
     <systemitem class="username">root</systemitem> user:</para>
 
 <screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/freetype-&freetype2-version; &amp;&amp;
-cp -v -R docs/*     
/usr/share/doc/freetype-&freetype2-version;</userinput></screen>
+cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
+rm -v 
/usr/share/doc/freetype-&freetype2-version;/freetype-config.1</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Feb 26 09:56:18 
2019        (r21250)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Feb 26 10:10:19 
2019        (r21251)
@@ -45,6 +45,9 @@
       <para>February 26th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Remove rendundant commands in Freetype.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to NetworkManager-1.14.6. Fixes
           <ulink url="&blfs-ticket-root;11713">#11713</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/installing/x7driver-vmmouse.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-vmmouse.xml        Tue Feb 26 09:56:18 
2019        (r21250)
+++ trunk/BOOK/x/installing/x7driver-vmmouse.xml        Tue Feb 26 10:10:19 
2019        (r21251)
@@ -50,7 +50,7 @@
         </para>
       </note>
 
-      &lfs83_checked;
+      &lfs84_checked;
       <!-- I used this with both VMWare and QEMU. -->
 
       <bridgehead renderas="sect4">Package Information</bridgehead>

Modified: trunk/BOOK/x/installing/x7driver-vmware.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-vmware.xml Tue Feb 26 09:56:18 2019        
(r21250)
+++ trunk/BOOK/x/installing/x7driver-vmware.xml Tue Feb 26 10:10:19 2019        
(r21251)
@@ -36,7 +36,7 @@
         Video Driver for VMware SVGA virtual video cards.
       </para>
 
-      &lfs83_checked;
+      &lfs84_checked;
 
       <bridgehead renderas="sect4">Package Information</bridgehead>
       <itemizedlist spacing="compact">

Modified: trunk/BOOK/x/wm/fluxbox.xml
==============================================================================
--- trunk/BOOK/x/wm/fluxbox.xml Tue Feb 26 09:56:18 2019        (r21250)
+++ trunk/BOOK/x/wm/fluxbox.xml Tue Feb 26 10:10:19 2019        (r21251)
@@ -130,7 +130,7 @@
 <screen><userinput>echo startfluxbox &gt; ~/.xinitrc</userinput></screen>
 
       <para>Or alternatively, if you use a login manager like
-      <application>GDM</application> or <application>KDM</application> and 
would
+      <application>GDM</application> or <application>LightDM</application> and 
would
       like to be able to choose <application>Fluxbox</application> at the login
       prompt, create a <filename>fluxbox.desktop</filename> file like 
this.</para>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to