GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

AppImage on linux sandbox error #4457

Closed cmdcolin closed 5 months ago

cmdcolin commented 5 months ago

this is from a fresh virtualbox ubuntu 24 instance

9BlfzUC - Imgur

you can run it with the --no-sandbox flag and it works e.g. ./jbrowse-desktop-XXXX.AppImage --no-sandbox

cmdcolin commented 5 months ago

note that this same error also happens at dev time e.g. with running "yarn electron" in the products/jbrowse-desktop folder and the --no-sandbox also works there

googling for solutions mentions some sysctl stuff but none of it seemed to work for me and is probably not good to require of users

cmdcolin commented 5 months ago

i tested the same thing on ubuntu 22 and it worked fine. it might be that ubuntu 24 rolled out these permissions recently.

see this lengthy thread here https://github.com/electron/electron/issues/17972