Weird. Works fine for me:

bert@ubuntu12-VirtualBox:~/Downloads/Etoys-To-Go 5.0.1.app$ cat /etc/motd 
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic-pae i686)

But it's possible that my system is not clean.

Could you try again after installing libuuid1:

sudo apt-get install libuuid1

- Bert -

On 2012-07-06, at 05:58, Steve Thomas wrote:

I also tried 4.1.1 and that had the same issue.

When I installed Etoys via Ubuntu Software Center, I got 4.0 and that works.

Stephen

On Thu, Jul 5, 2012 at 10:50 PM, Steve Thomas <sthomas1@gosargon.com> wrote:
Did not run on Ubuntu 12.04 LTS.  Got the following error when trying to start:

sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh
ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored.
/home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory

sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$


Stephen


On Sun, Jul 1, 2012 at 11:31 PM, Steve Thomas <sthomas1@gosargon.com> wrote:
Started testing.


On Sun, Jul 1, 2012 at 5:25 PM, karl ramberg <karlramberg@gmail.com> wrote:
Hi
I'm testing a little and it seems good.

I'm having trouble with connecting to the showcase, though.

Karl

On Sun, Jul 1, 2012 at 6:34 PM, Bert Freudenberg <bert@freudenbergs.de> wrote:
> Last week I announced a release candidate for 5.0.1:
>         http://lists.squeakland.org/pipermail/squeakland/2012-June/006463.html
> Perhaps that mail was too buried in the squeakland thread? I got no feedback at all, nobody reported on their testing of either 5.0.1 nor the new OLPC OS.
>
> Today I uploaded another release candidate incorporating the latest changes:
>         http://etoys.squeak.org/download/
>
> Please test. Here's the list of changes since 5.0 (straight from the NEWS file):
>
> 5.0.2408 (1 July 2012)
> * 5.0.1 RC2
> * Added translation: en_GB
> * Updated translation: da, de, bn, hy, hus, zh_CN
> * Move ScratchClient to 'Tools' category
> * Revert addition of graph-location watcher items to Morph's extras menu. The viewer is a better way to get watchers.
>
> 5.0.2407 (25 June 2012)
> * 5.0.1 RC1
> * Added translation: hus
> * Update translations: da, de, es, nl, pt, sv, zh
> * Sugar: fix choosing objects from external media instead of Journal, and handle non-ASCII filenames
> * Etoys-To-Go: added Linux VM for ARM processors
> * make saved projects that do not use new features more likely to work in earlier versions of Etoys (SQ-1095)
> * adds a preference, 'singlePixelNib', so the smallest brush will draw with a one-pixel-wide nib (SQ-1004)
> * fix dropping a GIF image into Etoys (SQ-1094)
> * mark month names and weekday names for translation (SQ-1102)
> * some ScratchConnect fixes from Koji Yokokawa (SQ-1085, SQ-1086, SQ-1087)
> * better comment in POT for translators about the meta-phrases 'Language-Name' and 'Language-Direction'
> * minor fixes (SQ-811, SQ-869, SQ-1036, SQ-1045, SQ-1051, SQ-1088, SQ-1096, SQ-1099)
>
> - Bert -