Re: [Pharo-users] Pharo launcher on Linux Mint
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
Hi Christophe, Thank you for your reply! I downloaded the latest stable version. You are right! Not all pharo executable are made executable after unzipping again. I created an issue in Github on this yesterday. Maybe we have a fix on this soon. I assume that non of the linux installations work right now. Cheers! Sebastian Am 01.08.2017 um 00:57 schrieb Christophe Demarey:
Hi Sebastian,
Le 30 juil. 2017 à 18:12, Sebastian Heidbrink via Pharo-users <pharo-users@lists.pharo.org <mailto:pharo-users@lists.pharo.org>> a écrit :
*De: *Sebastian Heidbrink <sheidev@yahoo.de <mailto: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 <mailto: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
participants (2)
-
Christophe Demarey -
Sebastian Heidbrink