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
This commit is contained in:
Douglas R. Reno 2020-05-01 17:58:30 +00:00
parent 700257b353
commit 5f7a9b12d5

View File

@ -127,12 +127,11 @@
<title>Installation of GNOME Shell</title> <title>Installation of GNOME Shell</title>
<para> <para>
First, cause a regression that can cause a crash when locking First, fix a regression that can cause a crash when locking
the screen with some extensions: the screen with some extensions:
</para> </para>
<screen><userinput remap="pre">sed -i '290 d' src/st/st-theme.c &amp;&amp; <screen><userinput remap="pre">sed -i -e '290{h;d}' -e '291G' src/st/st-theme.c</userinput></screen>
sed -i '290a cr_stylesheet_unref (stylesheet);' src/st/st-theme.c</userinput></screen>
<!-- See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1230/diffs <!-- See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1230/diffs
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2709 and https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2709 and