processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

Linux Editor doesn't open (on Linux Mint <-- Ubuntu <-- Debian) ! #249

Open ghost opened 8 years ago

ghost commented 8 years ago

with permissions enabled of course !

davejm commented 8 years ago

@ericgarcia-net hey what version of Linux Mint are you on? I'm also on Mint and it runs fine. When you run from terminal do you get any errors?

brendanhowell commented 8 years ago

I had to chmod +x p5 running latest LMDE. It unzipped without the exec bit set.

MartinMSPedersen commented 8 years ago

You can find .deb and .rpm package with the p5js-editor here: http://p5js.20dage.dk/

ghost commented 8 years ago

thanks but I can't download the .deb file ! i don't know why !!!

I gave up on the javascript editor : I use the Processing 3 P5.JS mode I don't know why they don't tell about it on the p5js site !!!

2016-06-27 19:25 GMT+02:00 David Moodie notifications@github.com:

@ericgarcia-net https://github.com/ericgarcia-net hey what version of Linux Mint are you on? I'm also on Mint and it runs fine. When you run from terminal do you get any errors?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/processing/p5.js-editor/issues/249#issuecomment-228814237, or mute the thread https://github.com/notifications/unsubscribe/ADO4Z7gk4iyiQNKQhuVVp_GOCv_OQRaNks5qQAeXgaJpZM4I-o8K .

lmccart commented 8 years ago

glad you got it working with p5.js mode. the mode just came out, "they" is mostly just me and i'm sort of drowning in all the p5 work right now, but i hope to add a link soon. if anyone wants to submit a pr to add it to the site that'd be great.

ghost commented 8 years ago

:D Ok, I'll stop to call you "they" :D sorry :)

and thank you very much

Is it possible to have a copy of P5js reference locally (I'm not always connected to internet !) ?

2016-09-04 19:45 GMT+02:00 Lauren McCarthy notifications@github.com:

glad you got it working with p5.js mode. the mode just came out, "they" is mostly just me and i'm sort of drowning in all the p5 work right now, but i hope to add a link soon. if anyone wants to submit a pr to add it to the site that'd be great.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/processing/p5.js-editor/issues/249#issuecomment-244617609, or mute the thread https://github.com/notifications/unsubscribe-auth/ADO4ZyAxBlfr8rZ1DFoJrhQbCgYIlqA_ks5qmwOugaJpZM4I-o8K .

MartinMSPedersen commented 8 years ago

You can download the p5js reference. There is a link on the reference page. Else just use this: https://p5js.org/offline-reference/p5-reference.zip

btw. Why did the .deb work for you? What happended?

ghost commented 8 years ago

thank you very much

2016-09-05 15:41 GMT+02:00 Martin Møller Skarbiniks Pedersen < notifications@github.com>:

You can download the p5js reference. There is a link on the reference page. Else just use this: https://p5js.org/offline-reference/p5-reference.zip

btw. Why did the .deb work for you? What happended?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/processing/p5.js-editor/issues/249#issuecomment-244749678, or mute the thread https://github.com/notifications/unsubscribe-auth/ADO4Z-a4a-fKO_Fkl3in-YJ00T8j59Xgks5qnBv0gaJpZM4I-o8K .

ghost commented 8 years ago

I couldn't dowload the deb the other day. I've jsute got it.. I'll try tonight :)

2016-09-05 15:55 GMT+02:00 Eric Garcia eric.garcia.fr@gmail.com:

thank you very much

2016-09-05 15:41 GMT+02:00 Martin Møller Skarbiniks Pedersen < notifications@github.com>:

You can download the p5js reference. There is a link on the reference page. Else just use this: https://p5js.org/offline-reference/p5-reference.zip

btw. Why did the .deb work for you? What happended?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/processing/p5.js-editor/issues/249#issuecomment-244749678, or mute the thread https://github.com/notifications/unsubscribe-auth/ADO4Z-a4a-fKO_Fkl3in-YJ00T8j59Xgks5qnBv0gaJpZM4I-o8K .

ghost commented 8 years ago

Hello

I could easily install the .deb version of P5-editor.

Then, unable to find anything in the Linux menu (Linux Mint Mate release based on Ubuntu) , I finally found how to start it by typing in the terminal : p5.

The editor works fine, it's very nice !!!

So one should just ensure that the program appears in the menu and Linux .deb would be perfect.

thanks again