From da9af10eb3d640fddf6bd9c979828f2146448362 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 10 Apr 2019 18:48:31 +0100 Subject: [PATCH] debian/patches: Drop 1001_fix-mate-wm-script.patch. Applied upstream. --- debian/patches/1001_fix-mate-wm-script.patch | 14 -------------- debian/patches/series | 1 - 2 files changed, 15 deletions(-) delete mode 100644 debian/patches/1001_fix-mate-wm-script.patch diff --git a/debian/patches/1001_fix-mate-wm-script.patch b/debian/patches/1001_fix-mate-wm-script.patch deleted file mode 100644 index a44e01a..0000000 --- a/debian/patches/1001_fix-mate-wm-script.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Strip outer single quotes from string value returned by gsettings in mate-wm script. -Author: Mike Gabriel - ---- 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 diff --git a/debian/patches/series b/debian/patches/series index b9b9836..9cf4102 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ 0005_lock-session-before-user-switch.patch -1001_fix-mate-wm-script.patch