evolus / pencil

The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
http://pencil.evolus.vn
GNU General Public License v2.0
9.04k stars 717 forks source link

Cannot run on Ubuntu 20 #693

Open jukhamil opened 3 years ago

jukhamil commented 3 years ago

I followed the instructions on the GitHub main page but when I called npm start I got this message: Running as root without --no-sandbox is not supported.

Why is the app in no sandbox by default? Is that the app, or my operating system? Andronix runs Ubuntu inside an Android app, so so far the only things I've found it can't do are run binaries for different chips than the Android ARM chip. So, I don't think Andronix would be the issue here.

How can we run the app in "no sandbox"?

Thank you very much.