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 638612 - [PATCH] gtop has unnecessary dependencies
[PATCH] gtop has unnecessary dependencies
Status: RESOLVED WONTFIX
Product: gnome-python-desktop
Classification: Deprecated
Component: gtop
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2011-01-03 21:57 UTC by Toshio Kuratomi
Modified: 2014-08-02 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change configure.ac to not link gtop bindings to pygtk's libs (595 bytes, patch)
2011-01-03 22:00 UTC, Toshio Kuratomi
none Details | Review

Description Toshio Kuratomi 2011-01-03 21:57:20 UTC
I was looking into using the python bindings to libgtop as a small, portable library to look at system resources used by a program.  However, I found that the gtop bindings have a slew of other dependencies.  After a bit of looking at the code, it seems that the configure.ac script sets the gtop bindings to link against all the libraries that pygtk needs, however those are not used by the code.

I'll attach a patch that removes that from the configure.ac script.
Comment 1 Toshio Kuratomi 2011-01-03 22:00:06 UTC
Created attachment 177439 [details] [review]
Change configure.ac to not link gtop bindings to pygtk's libs
Comment 2 André Klapper 2014-08-02 13:02:30 UTC
The last gnome-python-desktop code changes took place in January 2011:
https://git.gnome.org/browse/archive/gnome-python-desktop/log/

This project is not under active development anymore.

This project got recently archived in GNOME Git.

It is currently unlikely that there will be any further active development.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again. If you are interested in maintainership, inform https://mail.gnome.org/mailman/listinfo/desktop-devel-list

gnome-python-desktop wrapped application API in GNOME 2. For Python in GNOME 3, see https://wiki.gnome.org/Projects/PyGObject and its gobject-introspection approach.