[Python-apps-commits] r12701 - in packages/terminator/trunk/debian/patches (2 files)

julian at users.alioth.debian.org julian at users.alioth.debian.org
Tue Jan 12 16:03:30 UTC 2016


    Date: Tuesday, January 12, 2016 @ 16:03:29
  Author: julian
Revision: 12701

Force to open the default browser

Added:
  packages/terminator/trunk/debian/patches/force_xdg-open.diff
Modified:
  packages/terminator/trunk/debian/patches/series

Added: packages/terminator/trunk/debian/patches/force_xdg-open.diff
===================================================================
--- packages/terminator/trunk/debian/patches/force_xdg-open.diff	                        (rev 0)
+++ packages/terminator/trunk/debian/patches/force_xdg-open.diff	2016-01-12 16:03:29 UTC (rev 12701)
@@ -0,0 +1,14 @@
+Description: Forced to use xdg-open for default browser startup.
+Author: Eduard Bloch <blade at debian.org>
+Bug-Debian: https://bugs.debian.org/648446
+--- a/terminatorlib/terminal.py
++++ b/terminatorlib/terminal.py
+@@ -1427,7 +1427,7 @@
+ 
+     def open_url(self, url, prepare=False):
+         """Open a given URL, conditionally unpacking it from a VTE match"""
+-        oldstyle = False
++        oldstyle = True
+ 
+         if prepare == True:
+             url = self.prepare_url(url)

Modified: packages/terminator/trunk/debian/patches/series
===================================================================
--- packages/terminator/trunk/debian/patches/series	2016-01-12 16:02:51 UTC (rev 12700)
+++ packages/terminator/trunk/debian/patches/series	2016-01-12 16:03:29 UTC (rev 12701)
@@ -1,8 +1,4 @@
-x-terminal-emulator-fix.diff
+not-install-terminator-wrapper.diff
+not-install-doc.diff
 add-keywords-entry.diff
-es-po.diff
-fi-po.diff
-fix-unfocused-font-brightness.diff
-fix-maximize.diff
-fix-split-multiple-tabs.diff
-fix-tab-with-multiple-terminals-not-closing.diff
+force_xdg-open.diff




More information about the Python-apps-commits mailing list