The upload in the quantal -proposed queue that fixes this also has an undocumented change in it:
diff -Nru gtk+3.0-3.6.0/debian/changelog gtk+3.0-3.6.0/debian/changelog --- gtk+3.0-3.6.0/debian/changelog 2012-10-19 11:35:41.000000000 +0000 +++ gtk+3.0-3.6.0/debian/changelog 2012-11-09 16:57:51.000000000 +0000 @@ -1,3 +1,10 @@ +gtk+3.0 (3.6.0-0ubuntu3.2) quantal-proposed; urgency=low + + * debian/patches/git_robust_a11y_unrealized.patch: "Be robust against + unrealized windows in GtkWindowAccessible" (lp: #1064992) + + -- Sebastien Bacher <[email protected]> Fri, 09 Nov 2012 17:47:37 +0100 + gtk+3.0 (3.6.0-0ubuntu3.1) quantal-proposed; urgency=low * Cherry-pick some upstream patches from 3.6.1 (LP: #1068585) ... diff -Nru gtk+3.0-3.6.0/debian/patches/series gtk+3.0-3.6.0/debian/patches/series --- gtk+3.0-3.6.0/debian/patches/series 2012-10-19 11:35:41.000000000 +0000 +++ gtk+3.0-3.6.0/debian/patches/series 2012-11-09 16:57:51.000000000 +0000 @@ -3,7 +3,6 @@ 018_gdkenumtypes.c_location.patch 022_disable-viqr-im-for-vi-locale.patch 044_tracker_fts.patch -061_multiarch_module_fallback.patch 043_ubuntu_menu_proxy.patch 062_ubuntu-set-grab-add.patch 071_fix-installation-of-HTML-images.patch @@ -18,3 +17,4 @@ git_iconview_render_item_select.patch git_appchooser_check_should_show.patch git_process_all_updates_synchronous.patch +git_robust_a11y_unrealized.patch Why was 061_multiarch_module_fallback.patch dropped? Should that be noted in the changelog? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/1064992 Title: Unity menubar crashes when activating a submenu in LibreOffice while using Orca screen reader Status in The Application Menu: In Progress Status in Unity: Invalid Status in “gtk+3.0” package in Ubuntu: Fix Released Status in “libreoffice” package in Ubuntu: Invalid Status in “gtk+3.0” source package in Quantal: In Progress Status in “libreoffice” source package in Quantal: Invalid Bug description: Impact: Fixes segfault on using accessibility on Libreoffice menus Test Case: Reproducible 95% of the time here * Open libreofice writer * Open orca * Open file->new submenu Regression potential: Close to none, it's just checking for some pointers to be non null before using them To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-appmenu/+bug/1064992/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

