[Bug] Will not run on linux, requires root
, requires --no-sandbox
fails due to missing latest-linux.yml
#299
Labels
bug
Something isn't working
Describe the bug
The run on ubuntu requires
fuse
installation, which is OK. However, further executioion of executablechmod +x
.AppImage
will not run claiming the execution requiresroot
. Even sudo-ing it will require--no-sandbox
, which is further not good. Ultimately will fail complaining from underlying electron's node execution such as:To Reproduce
Expected behavior
I expected the application to run, instead an empty window launches with electron unable to create UI.
Screenshots
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: