Changeset 1916905 for gnome


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

Location:
gnome
Files:
2 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:
Note: See TracChangeset for help on using the changeset viewer.