Skip to content
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

Executing Live AppImage requires workaround on Ubuntu 22.04LTS #42

Open
vasarhelyi opened this issue May 22, 2024 · 1 comment
Open
Labels
good first issue Good for newcomers

Comments

@vasarhelyi
Copy link
Contributor

Ubuntu 22.04 LTS comes with fuse3 that does not support AppImage execution by default, and if you install the recommended older fuse it removes many core packages (e.g. related to desktop, see e.g. https://bugs.launchpad.net/ubuntu/+source/fuse/+bug/1978310). A working workaround currently is to run the Appimage as

something.appimage --appimage-extract-and-run
@ntamas
Copy link
Member

ntamas commented Aug 22, 2024

Apparently this should be fixed in the most recent version of electron-builder. See electron-userland/electron-builder#6678 and electron-userland/electron-builder#8351 . electron-builder@25.0.3 or later should be okay. Needs testing.

@ntamas ntamas added the good first issue Good for newcomers label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants