Author: renodr
Date: Tue Feb  5 10:42:40 2019
New Revision: 21089

Log:
Cheese: Fix a bug that spammed useless deprecation warnings to logs, 1 per 
second
gnome-menus: Fix the Applications menu for sundry removal
Thunderbird: Add a note about memory usage when linking.

Modified:
   trunk/BOOK/gnome/applications/cheese.xml
   trunk/BOOK/gnome/platform/gnome-menus.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/other/thunderbird.xml

Modified: trunk/BOOK/gnome/applications/cheese.xml
==============================================================================
--- trunk/BOOK/gnome/applications/cheese.xml    Tue Feb  5 10:18:30 2019        
(r21088)
+++ trunk/BOOK/gnome/applications/cheese.xml    Tue Feb  5 10:42:40 2019        
(r21089)
@@ -128,11 +128,15 @@
     <title>Installation of Cheese</title>
 
     <para>
+      First, fix a deprecation warning that can fill up logs quickly:
+    </para>
+
+<screen><userinput remap="pre">sed -i '7d' data/cheese.css</userinput></screen>
+
+    <para>
       Install <application>Cheese</application> by running the following
       commands:
     </para>
-<!--
-<screen><userinput>patch -Np1 -i 
../cheese-&cheese-version;-clutter_gst_3.0-1.patch &amp;&amp;-->
 
 <screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
@@ -148,18 +152,7 @@
 <screen role="root"><userinput>make install</userinput></screen>
 
   </sect2>
-<!--
-  <sect2 role="commands">
-    <title>Command Explanations</title>
 
-    <para><command>patch ...</command>: Allow <application>cheese</application>
-    to be built with clutter-gst-3.</para>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/gtk-doc-rebuild.xml"/>
-
-  </sect2>
--->
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/gnome/platform/gnome-menus.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-menus.xml   Tue Feb  5 10:18:30 2019        
(r21088)
+++ trunk/BOOK/gnome/platform/gnome-menus.xml   Tue Feb  5 10:42:40 2019        
(r21089)
@@ -97,6 +97,12 @@
     <title>Installation of GNOME Menus</title>
 
     <para>
+      First, fix a bug that was introduced after removing the Sundry menu:
+    </para>
+
+<screen><userinput remap="pre">sed -i '129i &lt;/Exclude&gt;' 
layout/gnome-applications.menu</userinput></screen>
+
+    <para>
       Install <application>GNOME Menus</application> by running the following
       commands:
     </para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Feb  5 10:18:30 
2019        (r21088)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Feb  5 10:42:40 
2019        (r21089)
@@ -46,6 +46,19 @@
       <para>February 5th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Add a fix to cheese to prevent system logs from
+          being spammed with GTK Deprecation Warnings due to
+          GtkScrollbar-min-slider-length. Fixes
+          <ulink url="&blfs-ticket-root;11628">#11628</ulink>.</para>
+        </listitem>
+        <listitem revision="systemd">
+          <para>[renodr] - Add a line to gnome-menus to fix a bug
+          introduced when the Sundry menu was removed. This prevented
+          gnome-tweaks from displaying the Applications menu properly,
+          and could result in gnome-shell crashing as well. Fixes
+          <ulink url="&blfs-ticket-root;11629">#11629</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to thunderbird-60.5.0. Fixes
           <ulink url="&blfs-ticket-root;11608">#11608</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml      Tue Feb  5 10:18:30 2019        
(r21088)
+++ trunk/BOOK/xsoft/other/thunderbird.xml      Tue Feb  5 10:42:40 2019        
(r21089)
@@ -151,6 +151,13 @@
   <sect2 role="installation">
     <title>Installation of Thunderbird</title>
 
+    <note>
+      <para>
+        The build process for Thunderbird can use 8GB+ of RAM when linking.
+        Make sure that you have adequate swap or RAM before continuing.
+      </para>
+    </note>
+
     <para>
       The configuration of <application>Thunderbird</application> is
       accomplished by creating a <filename>mozconfig</filename> file containing
-- 
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