Hi Sebastian,
Le 30 juil. 2017 à 18:12, Sebastian Heidbrink via Pharo-users <pharo-users@lists.pharo.org> a écrit :
De: Sebastian Heidbrink <sheidev@yahoo.de> Objet: Pharo launcher on Linux Mint Date: 30 juillet 2017 18:12:07 UTC+2 Ã: Any question about pharo is welcome <pharo-users@lists.pharo.org> Hi!
I used Pharo launcher on Windows and Ubuntu before and never had any troubles.
Now, I am trying to used it on Linux Mint without success.
Once I start the freshly created image the appropriate VM is downloaded but the image is not started.
Which version do you use?
A PharoDebug.log is created in the image folder complaining that it can't find the PharoVXX.sources files in the "pharo/bin/lib/pharo/5.0-201707201942" folder.
After I copy the missing file into that folder the image is still not opened and no further logs are created or updated.
I had this problem when updating the launcher because the downloaded zip file is unzipped by Pharo itself but ZipArchive does not preserve permissions attributes. To fix that, I added PhLVirtualMachineManager>>#ensureIsExecutable:that is called right after the Launcher fetch a new VM. It does an OsProcess call to add executable permissions. Has Pharo executable write permissions? Christophe