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 672016 - metacity bindings fail to compile against metacity-2.34.2
metacity bindings fail to compile against metacity-2.34.2
Status: RESOLVED WONTFIX
Product: gnome-python-desktop
Classification: Deprecated
Component: metacity
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: 2012-03-13 20:58 UTC by Daniel Drake
Modified: 2014-08-02 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build fix (1.21 KB, patch)
2012-03-13 20:58 UTC, Daniel Drake
none Details | Review

Description Daniel Drake 2012-03-13 20:58:44 UTC
Created attachment 209650 [details] [review]
build fix

In this commit:
http://git.gnome.org/browse/metacity/commit/?id=a228546d3cdf3364b82d76b374fb08aae202ab87

some of the headers were changed, causing gnome-python-desktop compile errors due to not finding constants such as META_FOCUS_MODE_CLICK

Update metacity.defs according to these changes to fix the build. I doubt any Python code used these constants.
Comment 1 André Klapper 2014-08-02 13:02:22 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.