Hi Joshua, this error just means that something went wrong during the startup of the activity. You need to look into the logs in .sugar/default/logs for the concrete cause.
On Sat, 2007-03-03 at 16:58 +0530, Joshua N Pritikin wrote: > custom.py also needs: > > dynamicCsoundLibrary = '1' > > The _csnd.so file also needs to be moved to the right directory. > > Now the TamTam log is clean but it still doesn't start. Sugar reports > some kind of dbus error which looks the same as before: > > Traceback (most recent call last): > File > "/home/joshua/sugar-jhbuild/build/share/sugar/shell/view/frame/ActivitiesBox.py", > > line 79, in _activity_clicked_cb > self._shell.start_activity(icon.get_bundle_id()) > File > "/home/joshua/sugar-jhbuild/build/share/sugar/shell/view/Shell.py", line > 129, in start_activity > handler = activityfactory.create(activity_type) > File > "/home/joshua/sugar-jhbuild/build/lib/python2.5/site-packages/sugar/activity/activityfactory.py", > > line 96, in create > return ActivityCreationHandler(service_name, activity_handle) > File > "/home/joshua/sugar-jhbuild/build/lib/python2.5/site-packages/sugar/activity/activityfactory.py", > > line 73, in __init__ > proxy_obj = bus.get_object(service_name, bundle.get_object_path()) > File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 410, in > get_object > follow_name_owner_changes=follow_name_owner_changes) > File "/var/lib/python-support/python2.5/dbus/proxies.py", line 230, in > __init__ > _dbus_bindings.UInt32(0)) > File "/var/lib/python-support/python2.5/dbus/proxies.py", line 169, in > __call__ > reply_message = > self._connection.send_message_with_reply_and_block(message, timeout) > DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process > /home/joshua/sugar-jhbuild/build/bin/sugar-activity-factory received > signal 8 > > _______________________________________________ > Sugar mailing list > [email protected] > http://mailman.laptop.org/mailman/listinfo/sugar _______________________________________________ Sugar mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/sugar
