summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/terminator/files/0.14-libnotify.patch')
-rw-r--r--x11-terms/terminator/files/0.14-libnotify.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-terms/terminator/files/0.14-libnotify.patch b/x11-terms/terminator/files/0.14-libnotify.patch
new file mode 100644
index 000000000..5566a18a6
--- /dev/null
+++ b/x11-terms/terminator/files/0.14-libnotify.patch
@@ -0,0 +1,19 @@
+diff --git a/terminator b/terminator
+index 5d449e6..3ffb1a0 100755
+--- a/terminator
++++ b/terminator
+@@ -174,14 +174,3 @@ See the following bug report for more details:
+
+ 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
+-