debian/patches: Drop 1001_fix-mate-wm-script.patch. Applied upstream.
This commit is contained in:
14
debian/patches/1001_fix-mate-wm-script.patch
vendored
14
debian/patches/1001_fix-mate-wm-script.patch
vendored
@ -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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1 @@
|
||||
0005_lock-session-before-user-switch.patch
|
||||
1001_fix-mate-wm-script.patch
|
||||
|
Reference in New Issue
Block a user