[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppImage


Il 03/03/25 02:05, Benoît Minisini ha scritto:
In the last commit, I have added support for the OBS syntax in AppImage
Ubuntu repositories.

Can someone using an apt-based distribution test if it works?

On my Manjaro, AppImage are correctly created, but always segfault at
start. :-/

Hi Benoit,

on Mint 22 with Gambas3 Master compiled, the AppImage of the project
seems to be created correctly, see attached log file.
I install AppImage as usual:
   19  wget -O appimage-builder-x86_64.AppImage
https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
   20  chmod +x appimage-builder-x86_64.AppImage
   21  sudo mv appimage-builder-x86_64.AppImage
/usr/local/bin/appimage-builder
   22  sudo apt install -y binutils coreutils desktop-file-utils
fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip
python3-setuptools squashfs-tools strace util-linux zsync

Unfortunately the AppImage then does not work.

By installing on Ubuntu 24.04 I discovered that the procedure for
installing AppImage uninstall fuse3 to install fuse (2.9.9-8.1build1)
and this breaks Ubuntu which then refuses to start again, see attached
start image.

Also I can't install (on Mint and Ubuntu) Gambas Master from OBS with
attachment procedure.

Regards
Gianluigi

Attachment: attachment.tar.gz
Description: application/gzip


Follow-Ups:
Re: AppImageClaus Dietrich <claus.dietrich@xxxxxxxxxx>
References:
AppImageGianluigi <gradobag@xxxxxxxxxxx>
Re: AppImageBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>