Comment 1 for bug 1005259

Revision history for this message
Ikey Doherty (ikey-doherty) wrote :

Thank you for opening this, much obliged :)

Looks like we could temporarily use https://live.gnome.org/PyGObject/IntrospectionPorting
They have pygtkcompat (apparantly allows PyGTK to be run on top of PyGI)

Looks a bit of a hack though. Combining PyGTK and PyGI normally produces instant segfault ^^

This script apparantly does most of the work of porting from PyGTK to PyGI: http://git.gnome.org/browse/pygobject/tree/pygi-convert.sh

Essentially does sed to replace all of the old names with new ones (gtk.* Gtk.*, etc.)

Because everything with gnome-panel moved to libpanelapplet via GIR, the only way of getting it to work
in Gnome Fallback is by first going to PyGI.

Look easy? :)