mate-panel: apply fix for workspace switcher aspect ratio

This commit is contained in:
Luis Guzmán 2025-11-03 00:43:42 -06:00
parent bf31d071c3
commit c3b7ab435d
2 changed files with 207 additions and 7 deletions

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=13
VERSION=14
. ./config
@ -126,13 +126,11 @@ EOF
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 / patches
for i in $(find $DATA/ -name *.patch|sort)
do
patch_p1 $i
done
# Apply patches changes
apply_patch_changes
changelog "Changed default layout"
changelog "Fix workspace switcher aspect ratio
Changed default layout"
package