Changeset 1916905


Ignore:
Timestamp:
02/05/2019 06:42:40 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dd122e52
Parents:
7930b72
Message:

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.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21089 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/cheese.xml

    r7930b72 r1916905  
    129129
    130130    <para>
     131      First, fix a deprecation warning that can fill up logs quickly:
     132    </para>
     133
     134<screen><userinput remap="pre">sed -i '7d' data/cheese.css</userinput></screen>
     135
     136    <para>
    131137      Install <application>Cheese</application> by running the following
    132138      commands:
    133139    </para>
    134 <!--
    135 <screen><userinput>patch -Np1 -i ../cheese-&cheese-version;-clutter_gst_3.0-1.patch &amp;&amp;-->
    136140
    137141<screen><userinput>./configure --prefix=/usr &amp;&amp;
     
    149153
    150154  </sect2>
    151 <!--
    152   <sect2 role="commands">
    153     <title>Command Explanations</title>
    154 
    155     <para><command>patch ...</command>: Allow <application>cheese</application>
    156     to be built with clutter-gst-3.</para>
    157 
    158     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    159       href="../../xincludes/gtk-doc-rebuild.xml"/>
    160 
    161   </sect2>
    162 -->
     155
    163156  <sect2 role="content">
    164157    <title>Contents</title>
  • gnome/platform/gnome-menus.xml

    r7930b72 r1916905  
    9898
    9999    <para>
     100      First, fix a bug that was introduced after removing the Sundry menu:
     101    </para>
     102
     103<screen><userinput remap="pre">sed -i '129i &lt;/Exclude&gt;' layout/gnome-applications.menu</userinput></screen>
     104
     105    <para>
    100106      Install <application>GNOME Menus</application> by running the following
    101107      commands:
  • introduction/welcome/changelog.xml

    r7930b72 r1916905  
    4646      <para>February 5th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Add a fix to cheese to prevent system logs from
     50          being spammed with GTK Deprecation Warnings due to
     51          GtkScrollbar-min-slider-length. Fixes
     52          <ulink url="&blfs-ticket-root;11628">#11628</ulink>.</para>
     53        </listitem>
     54        <listitem revision="systemd">
     55          <para>[renodr] - Add a line to gnome-menus to fix a bug
     56          introduced when the Sundry menu was removed. This prevented
     57          gnome-tweaks from displaying the Applications menu properly,
     58          and could result in gnome-shell crashing as well. Fixes
     59          <ulink url="&blfs-ticket-root;11629">#11629</ulink>.</para>
     60        </listitem>
    4861        <listitem>
    4962          <para>[renodr] - Update to thunderbird-60.5.0. Fixes
  • xsoft/other/thunderbird.xml

    r7930b72 r1916905  
    152152    <title>Installation of Thunderbird</title>
    153153
     154    <note>
     155      <para>
     156        The build process for Thunderbird can use 8GB+ of RAM when linking.
     157        Make sure that you have adequate swap or RAM before continuing.
     158      </para>
     159    </note>
     160
    154161    <para>
    155162      The configuration of <application>Thunderbird</application> is
Note: See TracChangeset for help on using the changeset viewer.