debian/patches: Drop 1001_fix-mate-wm-script.patch. Applied upstream.

This commit is contained in:
Martin Wimpress
2019-04-10 18:48:31 +01:00
parent 9fd9c7ab7c
commit da9af10eb3
2 changed files with 0 additions and 15 deletions

View File

@ -1,14 +0,0 @@
Description: Strip outer single quotes from string value returned by gsettings in mate-wm script.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/data/mate-wm
+++ b/data/mate-wm
@@ -42,7 +42,7 @@
# WINDOW_MANAGER overrides all
if [ -z "$WINDOW_MANAGER" ] ; then
- WINDOW_MANAGER=`gsettings get org.mate.session.required-components windowmanager 2> /dev/null`
+ WINDOW_MANAGER=`gsettings get org.mate.session.required-components windowmanager 2> /dev/null | sed -r -e "s/^'([^']*)'$/\\1/"`
fi
# Migrate compiz to compiz-manager if possible and needed

View File

@ -1,2 +1 @@
0005_lock-session-before-user-switch.patch
1001_fix-mate-wm-script.patch