Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread James Cameron
Again, this only tells you the datastore has failed on start. On Thu, Aug 01, 2019 at 11:25:09AM +0530, Swarup N wrote: >   File "/usr/local/lib/python2.7/dist-packages/sugar3/datastore/datastore.py", > line 51, in _get_data_store > [...] > dbus.exceptions.DBusException: org.freedesktop.DBus.Error

Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread James Cameron
You say this is v0.114? I really doubt that. v0.114 didn't do this when I tested it. How are you ensuring you are using v0.114? You would have had to either; (a) git clone with the "-b v0.114" option, or; (b) git checkout v0.114 for each module repository. On Thu, Aug 01, 2019 at 10:54:36AM

Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread Swarup N
Hello, I tried to login to the Sugar desktop from the greeter and I have pasted the traceback from the *shell.log *file. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/jarabe/desktop/favoritesview.py", line 304, in __connect_to_bundle_registry_cb self._add_a

Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread Swarup N
I reinstalled Ubuntu 18.04 once again, and install sugar v0.114 via the native method I have attached the shell.log after running attempting to run *sugar* from Terminal for the very first time. I shall also investigate further based on suggestions from James Thanks. On Thu, Aug 1, 2019 at 8:45

Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread James Cameron
Thanks. With datastore not running, expected symptoms are as you say; activities are not shown, and activities cannot be started. (Colour of icon in home view is determined by existence of a journal object for that activity, so before home view is shown the journal must be searched for matching o

Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread Swarup N
I agree with James, I have not had a problem with the order either, because I have often used multiple orders while settings up Sugar v0.114 in the past. The activity is being run outside the sugar desktop environment. When I log into to the Sugar desktop, from the initial gdm3 greeter, the activi

Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread James Cameron
I've not had a problem with order, but have had problems mixing install destination because of the extra changes needed. I'll speculate some more. Looking at the traceback shows the toolkit is installed to /usr/local, and the activity source is being run in /home/buba/sugar-stuff/sugar-activities

Re: [Sugar-devel] Error on running sugar-activity

2019-07-31 Thread ANIKET MATHUR
Swarup, what is the order of installation you followed for datastore, sugar and sugar-toolkit? I am not much sure about it but it might be related. Thanks. On Wed, 31 Jul 2019, 3:55 pm James Cameron, wrote: > The datastore process failed. Look in datastore.log for more > information. > > Data