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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Jul 11 23:16:55 UTC 2009


    Date: Saturday, July 11, 2009 @ 23:16:54
  Author: pochu-guest
Revision: 3262

debian/patches/10_terminator_annoying_notification.patch:
New patch. Don't popup a notification everytime you close
terminator.

Added:
  packages/terminator/trunk/debian/patches/10_terminator_annoying_notification.patch
Modified:
  packages/terminator/trunk/debian/changelog

Modified: packages/terminator/trunk/debian/changelog
===================================================================
--- packages/terminator/trunk/debian/changelog	2009-07-11 13:30:49 UTC (rev 3261)
+++ packages/terminator/trunk/debian/changelog	2009-07-11 23:16:54 UTC (rev 3262)
@@ -1,3 +1,11 @@
+terminator (0.13+ds1-2) UNRELEASED; urgency=low
+
+  * debian/patches/10_terminator_annoying_notification.patch:
+    New patch. Don't popup a notification everytime you close
+    terminator.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 12 Jul 2009 01:14:28 +0200
+
 terminator (0.13+ds1-1) unstable; urgency=low
 
   * New upstream release

Added: packages/terminator/trunk/debian/patches/10_terminator_annoying_notification.patch
===================================================================
--- packages/terminator/trunk/debian/patches/10_terminator_annoying_notification.patch	                        (rev 0)
+++ packages/terminator/trunk/debian/patches/10_terminator_annoying_notification.patch	2009-07-11 23:16:54 UTC (rev 3262)
@@ -0,0 +1,22 @@
+Description: Remove highly annoying notification upon close
+Bug: https://bugs.edge.launchpad.net/terminator/+bug/393015
+
+diff -ruNp terminator-0.13+ds1.orig/terminator terminator-0.13+ds1/terminator
+--- terminator-0.13+ds1.orig/terminator	2009-06-23 22:00:18.000000000 +0200
++++ terminator-0.13+ds1/terminator	2009-07-12 01:07:02.000000000 +0200
+@@ -173,15 +173,3 @@ See the following bug report for more de
+     term.debugaddress = debugsvr.server_address
+ 
+   gtk.main()
+-
+-  try:
+-    import pynotify
+-    pynotify.init(APP_NAME.capitalize())
+-    icontheme = gtk.IconTheme()
+-    icon = icontheme.lookup_icon(APP_NAME, 48, 0)
+-    notification = pynotify.Notification('Terminator', "I'll be back", icon.get_filename())
+-    notification.set_urgency(pynotify.URGENCY_LOW)
+-    notification.show()
+-  except:
+-    pass
+-




More information about the Python-apps-commits mailing list