mate-panel: disable show-window-thumbnails by default.

This commit is contained in:
Luis Guzmán 2024-04-03 05:19:45 +00:00
parent 3f2d22f746
commit 6c18992228

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=11
VERSION=12
. ./config
@ -121,6 +121,10 @@ debian/mate-panel-layout-update.desktop etc/xdg/autostart
debian/layout-reset usr/share/mate-panel
EOF
# Disable MATE show-window-thumbnails, broken and could become a privacy issue.
sed -i "/<key name=\"show-window-thumbnails\"/,/<summary>/s|true|false|" \
applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in
# Apply selected upstream fixes from mate-panel - 1.26.3
for i in $(find $DATA/ -name *.patch|sort)
do