From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-March/012689.html | 133 ++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-March/012689.html (limited to 'zarb-ml/mageia-dev/2012-March/012689.html') 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 @@ + + + + [Mageia-dev] Gtk+3.0 bindings API break, what to do? + + + + + + + + + +

[Mageia-dev] Gtk+3.0 bindings API break, what to do?

+ Anssi Hannula + anssi at mageia.org +
+ Tue Mar 6 19:34:30 CET 2012 +

+
+ +
Hi!
+
+As per https://bugzilla.gnome.org/show_bug.cgi?id=657385
+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:
+https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/923171
+
+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>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1