Ignore:
Timestamp:
05/01/2020 05:58:30 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:
e921ffd8
Parents:
700257b
Message:

Implement a better sed for the gnome-shell fix, and fix a typo there too. Thank you Bruce!

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    r700257b r5f7a9b12  
    128128
    129129    <para>
    130       First, cause a regression that can cause a crash when locking
     130      First, fix a regression that can cause a crash when locking
    131131      the screen with some extensions:
    132132    </para>
    133133
    134 <screen><userinput remap="pre">sed -i '290 d' src/st/st-theme.c &amp;&amp;
    135 sed -i '290a   cr_stylesheet_unref (stylesheet);' src/st/st-theme.c</userinput></screen>
     134<screen><userinput remap="pre">sed -i -e '290{h;d}' -e '291G'  src/st/st-theme.c</userinput></screen>
    136135
    137136    <!-- See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1230/diffs
Note: See TracChangeset for help on using the changeset viewer.