GNOME Bugzilla – Bug 581245
Remove libgnomeprint code
Last modified: 2011-11-22 19:10:16 UTC
gnome-python-desktop should not depend on libgnomeprint anymore and should use the GtkPrint API.
$ rgrep gnomevfs * gnomedesktop/_gnomedesktopmodule.c: if (PyImport_ImportModule("gnomevfs") == NULL) { gnomedesktop/_gnomedesktopmodule.c: PyErr_SetString(PyExc_ImportError, "could not import gnomevfs"); totem/plparsermodule.c: if (PyImport_ImportModule("gnomevfs") == NULL) { totem/plparsermodule.c: "could not import gnomevfs");
Ups, sorry, forget my last comment. See http://live.gnome.org/GtkPrintPort for guidelines to do the port
Well, these are kind of bindings. I think Fred wanted to discuss a solution for this and whether to move to a "deprecated" separate package (or compile flag or whatever).
Closed as obsolete as gnome-python-desktop is not needed anymore as we used pygobject and introspection now