After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581245 - Remove libgnomeprint code
Remove libgnomeprint code
Status: RESOLVED OBSOLETE
Product: gnome-python-desktop
Classification: Deprecated
Component: gnomeprint
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-04 02:36 UTC by Javier Jardón (IRC: jjardon)
Modified: 2011-11-22 19:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Javier Jardón (IRC: jjardon) 2009-05-04 02:36:39 UTC
gnome-python-desktop should not depend on libgnomeprint anymore and should use the GtkPrint API.
Comment 1 Javier Jardón (IRC: jjardon) 2009-05-04 03:51:36 UTC
$ 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");
Comment 2 Javier Jardón (IRC: jjardon) 2009-05-04 03:56:37 UTC
Ups, sorry, forget my last comment.

See http://live.gnome.org/GtkPrintPort for guidelines to do the port
Comment 3 André Klapper 2009-06-14 13:58:26 UTC
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).
Comment 4 Javier Jardón (IRC: jjardon) 2011-11-22 19:10:16 UTC
Closed as obsolete as gnome-python-desktop is not needed anymore as we used pygobject and introspection now