[Python-apps-commits] r10095 - in packages/terminator/trunk/debian/patches (1 file)

julian at users.alioth.debian.org julian at users.alioth.debian.org
Thu Oct 17 20:20:38 UTC 2013


    Date: Thursday, October 17, 2013 @ 20:20:35
  Author: julian
Revision: 10095

Fix maximize problem on Fluxbox

Added:
  packages/terminator/trunk/debian/patches/fix-maximize.diff

Added: packages/terminator/trunk/debian/patches/fix-maximize.diff
===================================================================
--- packages/terminator/trunk/debian/patches/fix-maximize.diff	                        (rev 0)
+++ packages/terminator/trunk/debian/patches/fix-maximize.diff	2013-10-17 20:20:35 UTC (rev 10095)
@@ -0,0 +1,15 @@
+Description: Fix maximize problem on Fluxbox Desktop.
+Forwarded: https://bugs.launchpad.net/bugs/1201454
+Author: Stephen Boddy <stephen.j.boddy at gmail.com>
+Last-Update: 2013-10-16
+--- a/terminatorlib/window.py
++++ b/terminatorlib/window.py
+@@ -597,6 +597,8 @@
+     def set_rough_geometry_hints(self):
+         """Walk all the terminals along the top and left edges to fake up how
+         many columns/rows we sort of have"""
++        if self.ismaximised == True:
++            return
+         if not hasattr(self, 'cached_maker'):
+             self.cached_maker = Factory()
+         maker = self.cached_maker




More information about the Python-apps-commits mailing list