Comment 62 for bug 1662544

Revision history for this message
Egmont Koblinger (egmont-gmail) wrote :

> I've been meaning to look at upgrading the python vte library that terminator uses

What problem did you run into?

GTK3 uses the GLib introspection thingy, which basically means that VTE ships a .../girepository-1.0/Vte-2.91.typelib file, and Python loads the actual library and finds the symbols via this one. In Fedora this typelib file is shipped by the main vte291 package, in Debian/Ubuntu it's a separate package.

In theory, all you need to do is install a new VTE (preferably from Fedora package), including this typelib file, overwriting the previous ones.