Comment 4 for bug 503294

Revision history for this message
chantra (chantra) wrote :

Chris,

A while back I created https://code.edge.launchpad.net/~chantra/terminator/python2.12-compat

here is the diff: http://bazaar.launchpad.net/~chantra/terminator/python2.12-compat/revision/778
actually, it should be proposed for merge in trunk through LP.

Basically, what it does is to wrap widget.get_window() into gtk_widget_get_window()

That was meant to fix "Bug #314233: Simultaneous typing in multiple grouped terminals send all the output to one terminal" : https://bugs.edge.launchpad.net/terminator/+bug/314233

to make terminator pygtk 2.12 compatible.

There might be some better ways to wrap it, mainly once epic-refactor is sorted out.

It is a same the method did not exist in pygtk 2.12 :)