[Sugar-devel] Some questions concerning saving methods on sugar

Bert Freudenberg bert at freudenbergs.de
Tue Sep 21 04:40:33 EDT 2010


On 21.09.2010, at 03:39, Alberto Arruda de Oliveira wrote:

> Hello,
> 
> I've been adapting an application to use as an activity, and I have some questions about the way to save on sugar.
> 
> At first, I tried to just create a directory inside my Activity folder especially made for saving files, but it did not work, because of the access permissions to it, and, although we could simply manually change the folder permission for writing on that folder, we would have to do it for every single OLPC we installed our activity into and we didn't want that. 
> 
> Then, we started trying with the journal. Everything was going fine, until we discovered that another sugar activity, Scratch, implemented saving and loading on a similar fashion we previously wanted. It has a folder inside it's Activity directory with subdirectories related to each kind of Scratch project. Also, Scratch's Activity directory has the same access permission as any other sugar Activity installed.
> 
> So, my question is, does anyone knows how Scratch implements it's save / loading method? is there any guide explaining how to do it without using the journal? Keep in mind that we do know that there are other directories we could use to save our files, but we would like to use our Activity directory if possible.

You cannot.

Scratch used to copy all the files from the bundle directory to the writable directory (the "data" directory in SUGAR_ACTIVITY_ROOT). This happened in its startup wrapper script. It tested for the existence of the copied folder, and if it was not there (that is, the activity was run the first time), did the copying.

http://wiki.sugarlabs.org/go/Development_Team/Low-level_Activity_API#File_Access

As others have pointed out, the newest Scratch version stores into and loads from the Journal. It does not copy from the bundle anymore. For loading examples it still shows the files in the bundle, but they are read-only now. You can only save to the Journal. 

- Bert -

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sugarlabs.org/archive/sugar-devel/attachments/20100921/d1dcf227/attachment.htm 


More information about the Sugar-devel mailing list