Hi Holger, On 12 March 2017 at 21:46, Holger Freyther <hol...@freyther.de> wrote: > >> On 12 Mar 2017, at 19:32, Alistair Grant <akgrant0...@gmail.com> wrote: >> >> >> $ ldd /snap/pharo/x1/usr/bin/pharo-vm//vm-display-X11.so >> not a dynamic executable > > your host doesn't have the 32bit libc library/dynamic linker?
That was the hint I needed, thanks!!! After loading libc6, a couple of missing packages and adding a couple of i386 paths to LD_LIBRARY_PATH it's all working. > What does file say on the file? I never used snap but is the process > running in the same environment? Is $DISPLAY set from the process > point of view? Can it connect to the display socket? > > holger Yep, the snap can be configured to use the hosts $DISPLAY. Thanks again, Alistair