> On Aug 28, 2016, at 3:22 PM, Ben Coman
<btc(a)openInWorld.com> wrote:
>
> I downloaded...
>
http://moosetechnology.org/res/download/moose_suite_6_0-linux.zip
>
> Extracted and ran 'pharo' and got the error...
> unknown option: -plugins
>
> And indeed the Usage notes it should be --plugins
On Sun, Aug 28, 2016 at 9:28 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
Thanks for testing it!
I do not have a Linux machine. Could you point me to what should be changed concretely?
In moose_suite_6_0-linux.zip/pharo script change two lines...
exec "$LINUX/pharo" \
-plugins "$LINUX" \
-encoding utf8 \
-vm-display-X11 \
"$image"
==>
exec "$LINUX/pharo" \
--plugins "$LINUX" \
--encoding utf8 \
-vm-display-X11 \
"$image"
cheers -ben