]> Pileus Git - ~andy/sunrise/blob - x11-terms/terminator/files/0.14-libnotify.patch
sci-electronics/klayout: Version bump.
[~andy/sunrise] / x11-terms / terminator / files / 0.14-libnotify.patch
1 diff --git a/terminator b/terminator
2 index 5d449e6..3ffb1a0 100755
3 --- a/terminator
4 +++ b/terminator
5 @@ -174,14 +174,3 @@ See the following bug report for more details:
6  
7    gtk.main()
8  
9 -  try:
10 -    import pynotify
11 -    pynotify.init(APP_NAME.capitalize())
12 -    icontheme = gtk.IconTheme()
13 -    icon = icontheme.lookup_icon(APP_NAME, 48, 0)
14 -    notification = pynotify.Notification('Terminator', "I'll be back", icon.get_filename())
15 -    notification.set_urgency(pynotify.URGENCY_LOW)
16 -    notification.show()
17 -  except:
18 -    pass
19 -