Thanks, that worked.

Best,
Karl


On Sun, Jan 27, 2019 at 7:08 PM Levente Uzonyi <leves@caesar.elte.hu> wrote:
 
On Sun, 27 Jan 2019, karl ramberg wrote:

> I can't get the LD_PRELOAD trick to function.

You have to pass -vm-sound-pulse to the VM. The following works for me:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libpulse-simple.so.0 ./bin/squeak -vm-sound-pulse ./shared/trunk.image

Note that the squeak.sh script will not handle the -vm-sound-pulse switch
properly, so the VM is invoked directly.

Levente