remove notification. Closes LP #393015
This commit is contained in:
parent
9860348a8b
commit
53f2bcec75
11
terminator
11
terminator
@ -174,14 +174,3 @@ See the following bug report for more details:
|
|||||||
|
|
||||||
gtk.main()
|
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
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user