Changeset f37e8f37


Ignore:
Timestamp:
05/01/2020 03:10:46 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
3f8f617
Parents:
6545b53f
Message:

Fix a gnome-shell regression that can cause crashes with some extensions enabled.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6545b53f rf37e8f37  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "04">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 30th, &year;">
     9<!ENTITY releasedate  "May 1st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/gnome-shell.xml

    r6545b53f rf37e8f37  
    126126  <sect2 role="installation">
    127127    <title>Installation of GNOME Shell</title>
     128
     129    <para>
     130      First, cause a regression that can cause a crash when locking
     131      the screen with some extensions:
     132    </para>
     133
     134<screen><userinput remap="pre">sed -i '290 d' src/st/st-theme.c &amp;&amp;
     135sed -i '290a   cr_stylesheet_unref (stylesheet);' src/st/st-theme.c</userinput></screen>
     136
     137    <!-- See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1230/diffs
     138         https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2709 and
     139         http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-May/037397.html
     140         for rationale for this change. -->
    128141
    129142    <para>
  • introduction/welcome/changelog.xml

    r6545b53f rf37e8f37  
    4343    -->
    4444    <listitem>
     45      <para>May 1st, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix a regression in gnome-shell that causes crashes
     49          with some extensions, such as dash-to-panel, enabled.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 30th, 2020</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.