-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Linux] - Cannot launch on MX linux 18 (Debian) #163
Comments
Maybe this is related to this electron/electron#17972 |
@jjavierdguezas Thanks! So, I'm not sure what to do now. Also, how safe would it be to run such app as |
@dalerka sorry I'm not a linux expert but what I understood from those links (and others) is that this is an |
@jjavierdguezas no worries, and thank you for taking time to look into the issue! |
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! :)
The text was updated successfully, but these errors were encountered: