live icon indicating copy to clipboard operation
live copied to clipboard

Executing Live AppImage requires workaround on Ubuntu 22.04LTS

Open vasarhelyi opened this issue 1 year ago • 1 comments

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

vasarhelyi avatar May 22 '24 09:05 vasarhelyi

Apparently this should be fixed in the most recent version of electron-builder. See https://github.com/electron-userland/electron-builder/issues/6678 and https://github.com/electron-userland/electron-builder/issues/8351 . [email protected] or later should be okay. Needs testing.

ntamas avatar Aug 22 '24 10:08 ntamas