Changeset 5f7a9b12
- Timestamp:
- 05/01/2020 05:58:30 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e921ffd8
- Parents:
- 700257b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gnome-shell.xml
r700257b r5f7a9b12 128 128 129 129 <para> 130 First, causea regression that can cause a crash when locking130 First, fix a regression that can cause a crash when locking 131 131 the screen with some extensions: 132 132 </para> 133 133 134 <screen><userinput remap="pre">sed -i '290 d' src/st/st-theme.c && 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> 136 135 137 136 <!-- See https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1230/diffs
Note:
See TracChangeset
for help on using the changeset viewer.