Comment 12 for bug 1005259

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

Syntax actually looks fine in most of the original file.

I think the main thing right now is getting the main Cardapio window to show
using PyGI itself, then we know we're in a fit position to rewrite the rest of it.

Regarding the panel-applet cruft, I believe for now we'll leave that untouched.
I'm working on a compatability layer that will hopefully enable Gnome 2 applets
to run as-is on Gnome 3 panel

It's a cheap solution. Basically we replicate the functionality of gnomeapplet.*
python binding by passing all calls back and forth to the new PanelApplet
GIR binding. https://github.com/SolusOS/gnome2-compat

With our work on porting Cardapio and my new compatability layer I think
the future looks very bright for Gnome :)