Disable "I'll be back" notification on close

Asked by Joey Casamento

Starting with the newest release, Terminator pops up a notification window saying "I'll be back" each time the window is closed. Is there any way to disable this? It's kind of disruptive.

Question information

Language:
English Edit question
Status:
Answered
For:
Terminator Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Chris Jones (cmsj) said :
#2

It is not possible to disable it in 0.13, but it will be gone in 0.14 and patched out in the Ubuntu Karmic version.

Revision history for this message
Arioch (arioch-penumbra) said :
#3

Try looking in /usr/bin/terminator for this:

177 try:
178 import pynotify
179 pynotify.init(APP_NAME.capitalize())
180 icontheme = gtk.IconTheme()
181 icon = icontheme.lookup_icon(APP_NAME, 48, 0)
182 notification = pynotify.Notification('Terminator', "I'll be back", icon.get_filename())
183 notification.set_urgency(pynotify.URGENCY_LOW)
184 notification.show()

And comment out line 184:
#notification.show()

Can you help with this problem?

Provide an answer of your own, or ask Joey Casamento for more information if necessary.

To post a message you must log in.