GNOME Bugzilla – Bug 660112
gmenu-simple-editor broken due to unfinished port to PyGi
Last modified: 2011-09-27 10:22:41 UTC
It seems the port of gmenu-simple-editor was never really finished, or at least it doesn't work with the latest PyGi: Traceback (most recent call last):
+ Trace 228576
GMenuSimpleEditor.main.main (sys.argv[1:])
from gi.repository import Gtk
from ._gi import _API, Repository
doings a simple 's,import gobject,from gi.repository import GObject,g' isn't really enough yet, so it would be appreciated if someone could finish this port.
Fixed it in git.
Great, thanks.