Ignore:
Timestamp:
05/01/2020 03:10:46 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.