Reading again <a href="http://www.abisource.com/mailinglists/abiword-dev/2012/Jul/0050.html">http://www.abisource.com/mailinglists/abiword-dev/2012/Jul/0050.html</a><div>probably I have the same the problem that Carlos describe:</div>
<div><br></div>"* I can also see graphical oddities (like the AbiWidget disappearing <br>from the window briefly after being shown), but this is doesn't seem <br>to be related to python nor gobject-introspection, as I also reproduced <br>
on a simple C client, I'm still investigating what could cause this. "<div><br></div><div>Gonzalo</div><div><br></div><div> <br><br><div class="gmail_quote">On Thu, Aug 23, 2012 at 12:56 AM, Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2012/8/23 Gonzalo Odiard <<a href="mailto:gonzalo@laptop.org">gonzalo@laptop.org</a>>:<br>
<div><div class="h5">> Hi Carlos,<br>
><br>
> I continue doing tests, with little advance. Report here to see if you can<br>
> help me.<br>
> I have rebuilded all my env, using sugar-build, compiled libgsf and abiword,<br>
> applied the changes ion your patch to Write activity and the activity crash<br>
> again.<br>
><br>
> If I replace in the gi/overrides/Abi.py the line:<br>
><br>
> Abi.init(sys.argv)<br>
> by<br>
> Abi.init_noargs()<br>
><br>
> the activity starts but the canvas is not visible. But should be present<br>
> because when quit the activity saves a empty abiword file!<br>
><br>
> The canvas is not displayed in this minimal example neither:<br>
><br>
> from gi.repository import Gtk<br>
> from gi.repository import Abi<br>
> win = Gtk.Window()<br>
> abi = Abi.Widget()<br>
> win.add(abi)<br>
> win.show_all()<br>
> win.connect("destroy", Gtk.main_quit)<br>
> Gtk.main()<br>
><br>
> The environment I am using is easy to reproduce:<br>
> In Fedora 17<br>
> * Install sugar-build<br>
> git clone git://<a href="http://git.sugarlabs.org/sugar-build/sugar-build.git" target="_blank">git.sugarlabs.org/sugar-build/sugar-build.git</a><br>
> cd sugar-build<br>
<br>
</div></div>Do you need some recent addition to the gtk stack?  You can see the<br>
revision number sugar-build uses for each module in<br>
scripts/system.modules .<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
.. manuq ..<br>
</font></span></blockquote></div><br></div>