#3099 BLOC Trial-3: Build 561 - can't open Chat, Calculate, or Browse
Zarro Boogs per Child
bugtracker at laptop.org
Fri Aug 31 06:37:11 EDT 2007
#3099: Build 561 - can't open Chat, Calculate, or Browse
-----------------------+----------------------------------------------------
Reporter: kimquirk | Owner: Simon
Type: defect | Status: assigned
Priority: blocker | Milestone: Trial-3
Component: sugar | Version:
Resolution: | Keywords:
Verified: 0 |
-----------------------+----------------------------------------------------
Changes (by Simon):
* owner: dcbw => Simon
* status: new => assigned
Comment:
Replying to [ticket:3099 kimquirk]:
> Build 561, q2c25
>
> These activities start opening and then fail (disappear from the donut).
Ok I found out what the problem was:
In Web-activity and Browse it is the same error:
Even when offline both tried to connect to the presence service. You have
to add the following test to make them start even when offline.
{{{
try:
name, path = self.pservice.get_preferred_connection()
self.tp_conn_name = name
self.tp_conn_path = path
self.conn = telepathy.client.Connection(name, path)
except TypeError:
self.info_panel.show(_('Offline'))
}}}
I will add this and get this upstream.
Chat is still using the old sugar api for icons. It should import use the
following line to import the canvasicon:
from sugar.graphics.icon import Canvasicon
--
Ticket URL: <http://dev.laptop.org/ticket/3099#comment:1>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list