[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
![Godmode](https://private-user-images.githubusercontent.com/4711498/341785696-55102958-c5d9-4b99-870a-1bbc2fdfebb7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MTk5MjYsIm5iZiI6MTczOTcxOTYyNiwicGF0aCI6Ii80NzExNDk4LzM0MTc4NTY5Ni01NTEwMjk1OC1jNWQ5LTRiOTktODcwYS0xYmJjMmZkZmViYjcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMTUyNzA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWFkYzg2MzQ2YWYyNjkwZmQ2NWE4NzBlZmRmYmVjNWRhZTdiMmVkMzUyNWUwMmYyMWZjN2U5MWU5N2ZlMWNmNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.oyVsxQVC2AnNgGCNC0wGnyhXkjiqwVhSLHZd8jll1lE)
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: