[mate-netbook] 01/01: Added a patch to ensure mate-maximus undecorates maximized windows when the option is set.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Mar 2 15:33:52 UTC 2015


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

flexiondotorg-guest pushed a commit to branch master
in repository mate-netbook.

commit 6717e38ca41bf1026303c161334cefe1fedc3099
Author: Martin Wimpress <code at flexion.org>
Date:   Mon Mar 2 15:33:47 2015 +0000

    Added a patch to ensure mate-maximus undecorates maximized windows when the option is set.
---
 .../patches/0001_respect_undecorate_setting.patch  | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001_respect_undecorate_setting.patch b/debian/patches/0001_respect_undecorate_setting.patch
new file mode 100644
index 0000000..61e3daf
--- /dev/null
+++ b/debian/patches/0001_respect_undecorate_setting.patch
@@ -0,0 +1,22 @@
+From 90cfdef36b1140f7f75ada67ea0f22fe0d4d7f79 Mon Sep 17 00:00:00 2001
+From: Monsta <monsta at inbox.ru>
+Date: Fri, 9 Jan 2015 23:40:09 +0300
+Subject: [PATCH] mate-maximus: respect "undecorate" setting, goddammit
+
+---
+ maximus/maximus-app.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/maximus/maximus-app.c b/maximus/maximus-app.c
+index ea303d9..a1c4221 100644
+--- a/maximus/maximus-app.c
++++ b/maximus/maximus-app.c
+@@ -380,7 +380,7 @@ on_window_opened (WnckScreen  *screen,
+ 
+   if (no_maximize || priv->no_maximize)
+   {
+-    if (wnck_window_is_maximized(window))
++    if (wnck_window_is_maximized(window) && priv->undecorate)
+     {
+       _window_set_decorations (window, 0);
+       gdk_flush ();
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ec49b06
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_respect_undecorate_setting.patch

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



More information about the pkg-mate-commits mailing list