diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/012689.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/012689.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-March/012689.html | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/012689.html b/zarb-ml/mageia-dev/2012-March/012689.html new file mode 100644 index 000000000..888e813fa --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/012689.html @@ -0,0 +1,133 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Gtk+3.0 bindings API break, what to do? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Gtk%2B3.0%20bindings%20API%20break%2C%20what%20to%20do%3F&In-Reply-To=%3C4F5658B6.8050508%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="012720.html"> + <LINK REL="Next" HREF="012706.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Gtk+3.0 bindings API break, what to do?</H1> + <B>Anssi Hannula</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Gtk%2B3.0%20bindings%20API%20break%2C%20what%20to%20do%3F&In-Reply-To=%3C4F5658B6.8050508%40mageia.org%3E" + TITLE="[Mageia-dev] Gtk+3.0 bindings API break, what to do?">anssi at mageia.org + </A><BR> + <I>Tue Mar 6 19:34:30 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="012720.html">[Mageia-dev] Drop kaffeine from repos? +</A></li> + <LI>Next message: <A HREF="012706.html">[Mageia-dev] Gtk+3.0 bindings API break, what to do? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#12689">[ date ]</a> + <a href="thread.html#12689">[ thread ]</a> + <a href="subject.html#12689">[ subject ]</a> + <a href="author.html#12689">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi! + +As per <A HREF="https://bugzilla.gnome.org/show_bug.cgi?id=657385">https://bugzilla.gnome.org/show_bug.cgi?id=657385</A> +gtk_menu_popup_for_device() has been renamed to gtk_menu_popup() in +introspection, causing at least Menu.popup() in python-gi to break. + +Ubuntu has reverted it: +<A HREF="https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/923171">https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/923171</A> + +Attached are alternative one-liner patches to either revert the API +break in Gtk+3.0 (dont_rename_annotation.patch, from Ubuntu), or to +adapt python-gobject3 to the API change +(python-gi-adapt-for-gnome657385.patch, written by me). + +Since gtk+3.0 is unmaintained, I'm posting here to ask which way to go. + + +This affects e.g. gcdemu, right-clicking the traybar icon causes this error: +Traceback (most recent call last): + File "/usr/bin/gcdemu", line 688, in on_popup_menu + self.menu.popup(None, None, status_icon.position_menu, self, button, +activate_time) + File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line +1381, in popup + self.popup_for_device(None, parent_menu_shell, parent_menu_item, +func, data, button, activate_time) +AttributeError: 'Menu' object has no attribute 'popup_for_device' + + +-- +Anssi Hannula +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: dont_rename_annotation.patch +Type: text/x-patch +Size: 240 bytes +Desc: not available +URL: </pipermail/mageia-dev/attachments/20120306/603c8f66/attachment-0002.bin> +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: python-gi-adapt-for-gnome657385.patch +Type: text/x-patch +Size: 601 bytes +Desc: not available +URL: </pipermail/mageia-dev/attachments/20120306/603c8f66/attachment-0003.bin> +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="012720.html">[Mageia-dev] Drop kaffeine from repos? +</A></li> + <LI>Next message: <A HREF="012706.html">[Mageia-dev] Gtk+3.0 bindings API break, what to do? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#12689">[ date ]</a> + <a href="thread.html#12689">[ thread ]</a> + <a href="subject.html#12689">[ subject ]</a> + <a href="author.html#12689">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |