mate-panel: disable show-window-thumbnails by default.
This commit is contained in:
parent
3f2d22f746
commit
6c18992228
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=11
|
VERSION=12
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -121,6 +121,10 @@ debian/mate-panel-layout-update.desktop etc/xdg/autostart
|
||||||
debian/layout-reset usr/share/mate-panel
|
debian/layout-reset usr/share/mate-panel
|
||||||
EOF
|
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
|
# Apply selected upstream fixes from mate-panel - 1.26.3
|
||||||
for i in $(find $DATA/ -name *.patch|sort)
|
for i in $(find $DATA/ -name *.patch|sort)
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue