[Etoys] Example projects
Milan Zimmermann
milan.zimmermann at sympatico.ca
Fri Oct 27 14:12:05 EDT 2006
Takashi,
Thanks a lot, this is the kind of shortcut I was looking for :) - 2 notes
inside
On 2006 October 27 00:24, Takashi Yamamiya wrote:
> Hi Milan,
>
> The "Welcome" and "Learn" buttons are connected to project files
> on same directory of the image. So if you place Welcome.pr and
> DemonCastle1.pr on the directory, those buttons should be work well.
This worked thanks!
> Also, example etoys can be shown by "All" button
> if you make a config file like
> ---
> name: Example Etoys
> type: file
> directory: /usr/share/etoys/ExampleEtoys (your example Directory)
> ---
> named (your dir)/prefs/knownServers/examples.dir
This did not work for me. I did:
- In the same directory as etoys.image
(/home/mzimmermann/dev/smalltalk/squeak/OLPC), I put the ExampleEtoys
directory and contents.
- In the same directory as etoys.image, I created file
prefs/knownServers/examples.dir looking as this:
==============
name: Example Etoys
type: file
directory: /home/mzimmermann/dev/smalltalk/squeak/OLPC/ExampleEtoys
==============
But when I start Squeak and click on "All" I get a "Load a Project" window
which only has "MySqueak" directory and "Squeaklets" under it.
Is it possible that this "prefs" file is loaded by VM, and me having a regular
Linux VM the preferences are not read?
Please ignore this if it is not obvious, I do not want to take everyone's
time,
Thanks Milan
PS: I wanted to run the command suggested by Bert, but did not find
Workspace :(
>
> If you want to make real environment as OLPC,
> http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild
> might be good place to know. But it takes too long time to build...
>
> Cheers,
> - Takashi
>
> Milan Zimmermann wrote:
> > Thanks - I could get stuff using git before, but when I simply unziped
> > etoys.image.gz, copied somewhere and ran, it did have an initial menu,
> > but nothing hapened when i clicked, for example, on "Welcome" button.
> > Then I figured I probably need to run autogen.sh (and then
> > configure/make), but have missing gnome-common for autogen (no gnome
> > libraries on this suse). Thanks for you help, I will take it from here,
> > Milan
More information about the Etoys
mailing list