[mate-control-center] 01/02: debian/patches: Drop 1000_support_metacity_theme_switching.patch. Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Wed Apr 5 21:53:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch ubuntu/zesty
in repository mate-control-center.

commit 720cd48ea1bb0643844a0ee9622873c43f58e0f9
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Wed Apr 5 21:48:30 2017 +0100

    debian/patches: Drop 1000_support_metacity_theme_switching.patch. Applied upstream.
---
 .../1000_support_metacity_theme_switching.patch    | 32 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 33 deletions(-)

diff --git a/debian/patches/1000_support_metacity_theme_switching.patch b/debian/patches/1000_support_metacity_theme_switching.patch
deleted file mode 100644
index 13b9ce7..0000000
--- a/debian/patches/1000_support_metacity_theme_switching.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: Provide a helper that correctly changes Metacity >= 3.20 themes. (LP: #1677028)
-Author: Martin Wimpress <martin.wimpress at ubuntu.com>
-Abstract:
- When running the Metacity window manager switching themes via MATE
- Appearance Preferences doesn't apply the theme changes to the Metacity
- window decorations, due to a schema change in Metacity 3.20. This
- provides a helper that correctly changes Metacity >= 3.20 themes.
-
-
---- a/capplets/appearance/appearance-support.c
-+++ b/capplets/appearance/appearance-support.c
-@@ -77,7 +77,7 @@ metacity_theme_apply(const gchar *theme, const gchar *font)
-     {
-         gchar *gsettings_cmd = NULL;
- 
--        /* for metacity <= 3.12 */
-+        /* for GNOME3 */
-         gsettings_cmd = g_strdup_printf("gsettings set org.gnome.desktop.wm.preferences theme '%s'", theme);
-         g_spawn_command_line_async (gsettings_cmd, NULL);
-         g_free (gsettings_cmd);
-@@ -90,6 +90,11 @@ metacity_theme_apply(const gchar *theme, const gchar *font)
-         gsettings_cmd = g_strdup_printf("gsettings set org.gnome.metacity theme '%s'", theme);
-         g_spawn_command_line_async (gsettings_cmd, NULL);
-         g_free (gsettings_cmd);
-+
-+        /* for metacity >= 3.20 */
-+        gsettings_cmd = g_strdup_printf("gsettings set org.gnome.metacity.theme name '%s'", theme);
-+        g_spawn_command_line_async (gsettings_cmd, NULL);
-+        g_free (gsettings_cmd);
-     }
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f06a437..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1000_support_metacity_theme_switching.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-control-center.git



More information about the pkg-mate-commits mailing list