Open dalerka opened 4 years ago
Maybe this is related to this https://github.com/electron/electron/issues/17972
@jjavierdguezas Thanks!
I looked into those issues, but I couldn't locate the "chrome-sandbox" in order to apply the chown + chmode
commands.
The location suggested in the error message is temporary.
You need to make sure that /var/tmp/.mount_Responn5a9re/chrome-sandbox
So, I'm not sure what to do now. Also, how safe would it be to run such app as root
and with --no-sandbox
?
@dalerka sorry I'm not a linux expert but what I understood from those links (and others) is that this is an electron
/electron-builder
issue, it is not specific to ResponsivelyApp
. The option to apply chown + chmode
is when the issue occurs with some lib in development (the node_modules
is right there), not when the final package has been created. The solution could be the patching one mentioned in those links: unpacking the AppImage, applying the changes and packing it back. If that solution really works, maybe @manojVivek could apply it in every release
@jjavierdguezas no worries, and thank you for taking time to look into the issue! I can wait for the next release :)
How can I fix this? Following instructions here, but the program doesn't start (nothing happens) and same with clicking on the appImage file.
System info:
Host: mxs Kernel: 4.15.0-1-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0 Desktop: Xfce 4.12.3 tk: Gtk 2.24.31 Distro: MX-18.3_x64 Continuum March 14, 2018
Starting from the Terminal shows:
and throws a JS error (in UI):
Uncaught Exception: Error: EACCES: permission denied, open...
However, running as root gets the program to launch (but only with
--no-sandbox
flag):And thanks for sharing your awesome work! :)