Another comment:<br><br>If you look at the code in sugar 0.96, was already solved:<br><br>def _create_activity_icon(metadata):<br>    if metadata is not None and metadata.get('icon-color'):<br>        color = XoColor(metadata['icon-color'])<br>
    else:<br>        client = gconf.client_get_default()<br>        color = XoColor(client.get_string('/desktop/sugar/user/color'))<br><br><br>You need update your sugar version.<br><br>Between the problem can be with the change we did in the Log activity<br>
to not save a entry in the Journal.<br>You can use the version 24 of Log activity<br><br>Gonzalo<br>