Comment 2 for bug 865388

Revision history for this message
Tom Ellis (tellis) wrote :

After applying a small patch to gtk2.py, we can over come the issue:

130,131c130,131
< reaper = vte.reaper_get()
< reaper.connect("child-exited", self.child_exited)
---
> self.terminal = vte.Terminal()
> self.terminal.connect("child-exited", self.child_exited)