live
live copied to clipboard
Executing Live AppImage requires workaround on Ubuntu 22.04LTS
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
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.