<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><span style="font-size: 12pt;">Hello again:</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Well, now all was working! it works on Ubuntu 13.10 !!</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">1) Would be have a parameter for "make" that only compiles the "core" sugar? That</span></div><div><span style="font-size: 12pt;">means the "</span>strictly necessary". For example: I don't want have the Terminal activity..</div><div><br></div><div>2) I'm have problems with webkitgtk and then, I try compile all without it. I'm not</div><div>sure who needs it? That dependency is for the Browser?</div><div><span style="font-size: 12pt;">Another library that have problems: volo. I compile all without it and works :-)</span></div><div>Others libraries that was not necessary for 13.04 I put as not necesary for 13.10.</div><div><br></div><div><span style="font-size: 12pt;">I attach a patch with the changes. Someone with 13.10 can test it?</span></div><div><br></div>3) The only problem that I have is with the Control Panel. The "software updater" and<div>the new feature of "background" not works.</div><div>The shell.log gives:</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File "/home/alan/Documentos/GIT/sugar-build/sugar-build/install/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 321, in __accept_clicked_cb</div><div>    if self._section_view.needs_restart:</div><div>AttributeError: 'NoneType' object has no attribute 'needs_restart'</div><div>Traceback (most recent call last):</div><div>  File "/home/alan/Documentos/GIT/sugar-build/sugar-build/install/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 315, in __cancel_clicked_cb</div><div>    self._section_view.undo()</div><div>AttributeError: 'NoneType' object has no attribute 'undo'</div><div><br></div><div>And go to the code and found this (from line 257 of gui.py):</div><div><br></div><div><div>try:</div><div>    self.get_window().set_cursor(Gdk.Cursor.new(Gdk.CursorType.WATCH))</div><div>    self._section_view = view_class(model,</div><div>                                    self._options[option]['alerts'])</div><div><br></div><div>    self._set_canvas(self._section_view)</div><div>    self._section_view.show()</div><div>finally:</div><div>    self.get_window().set_cursor(None)</div><div><br></div><div>self._section_view.connect('notify::is-valid',</div><div>                           self.__valid_section_cb)</div></div><div><br></div><div>The problem: if "<span style="font-size: 12pt;">self._section_view" is in a try, you can have the problem that</span></div><div>self._section_view never have the object and continues in None.</div><div>In the code more down, you need check if you have the object:</div><div><br></div><div>if <span style="font-size: 12pt;">self._section_view:</span></div><div>    self._section_view.undo()</div><div>   ...</div><div><br></div><div>Maybe the problem is other and leads to this problem, but is a good check to do.</div><div>The same with "<span style="font-size: 12pt;"> </span><span style="font-size: 12pt;">if self._section_view.needs_restart"</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Regards!</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Alan</span></div></div><br><div><div id="SkyDrivePlaceholder"></div><hr id="stopSpelling">Date: Thu, 2 May 2013 14:03:44 +0200<br>From: dwnarvaez@gmail.com<br>To: will@worrbase.com<br>CC: sugar-devel@lists.sugarlabs.org<br>Subject: Re: [Sugar-devel] Problems with `make run`<br><br><div dir="ltr">Hmm no useful errors in the log. Can you try to delete ~/.sugar, run it again and see if a ~/.sugar/default/shell.log is created?<br></div><div class="ecxgmail_extra"><br><br><div class="ecxgmail_quote">On 2 May 2013 13:57, William Orr <span dir="ltr"><<a href="mailto:will@worrbase.com" target="_blank">will@worrbase.com</a>></span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">Hello all,<br>
<br>
I've successfully built sugar with sugar-build, however now, when I try and do a `make run` the screen flashes black and fails to run sugar.<br>
<br>
I'm on Fedora 19 x86_64.<br>
<br>
Here is the output of logs/run.log:<br>
<a href="http://paste.fedoraproject.org/9938/67465897/" target="_blank">http://paste.fedoraproject.<u></u>org/9938/67465897/</a><br>
<br>
Thanks,<br>
William Orr<br>
______________________________<u></u>_________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org" target="_blank">Sugar-devel@lists.sugarlabs.<u></u>org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/<u></u>listinfo/sugar-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Daniel Narvaez<br>
</div>
<br>_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel</div>                                       </div></body>
</html>