The tabs does not work with old cairo versions.<br>I have tested with cairo in F14 and is working, but Browse does not enable it.<br>See webactivity.py:<br><br>        # HACK<br>        # Currently, the multiple tabs feature crashes the Browse activity<br>
        # on cairo versions 1.8.10 or later. The exact cause for this<br>        # isn't exactly known. Thus, disable the multiple tabs feature<br>        # if we come across cairo versions >= 1.08.10<br>        # More information can be found here:<br>
        # [1] <a href="http://lists.sugarlabs.org/archive/sugar-devel/2010-July/025187.html">http://lists.sugarlabs.org/archive/sugar-devel/2010-July/025187.html</a><br>        self._disable_multiple_tabs = cairo.cairo_version() >= 10810<br>
        if self._disable_multiple_tabs:<br>            logging.warning('Not enabling the multiple tabs feature due'<br>                ' to a bug in cairo/mozilla')<br><br>In Fedora 14:<br>[gonzalo@nautilus browse]$ python<br>
>>> import cairo<br>>>> print cairo.cairo_version()<br>11002<br><br>Gonzalo<br><br><br><div class="gmail_quote">On Tue, Apr 19, 2011 at 4:32 AM, Sridhar Dhanapalan <span dir="ltr"><<a href="mailto:sridhar@laptop.org.au">sridhar@laptop.org.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">On 19 April 2011 16:11,  <<a href="mailto:forster@ozonline.com.au">forster@ozonline.com.au</a>> wrote:<br>

> I am using Browse 120 on os373pyg (0.88)<br>
> It seems to handle the web ok because it has tabbed browsing.<br>
> it seems to be a feature of the os rather than browse since both earlier and later builds dont have tabs. I suspect that its set in a configuration file. Maybe you can turn tabs on with your preferred build?<br>
<br>
It looks to me that Browse 120 is looking for the icon-based toolbars<br>
introduced in Sugar 0.86, and hence refuses to run in 0.84.<br>
<font color="#888888"><br>
Sridhar<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</div></div></blockquote></div><br>