AppImageLauncher icon indicating copy to clipboard operation
AppImageLauncher copied to clipboard

Not running AppImages

Open JPBeckner opened this issue 2 years ago • 4 comments

Pre-submit checks

  • [X] I checked for similar issues beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing issue.
  • [X] I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.

Describe the bug

I have an AppImage: HTTPie-2023.3.2.AppImage

It ran perfectly, but then I installed the AppImageLuncher:

sudo dpkg -i appimagelauncher.deb (appimagelauncher_2.2.0-travis995.0f91801.bionic_i386.deb)

Now every time I try to run the AppImage I got this error:

> ./HTTPie-2023.3.2.AppImage 
Gtk-Message: 19:45:36.773: Failed to load module "canberra-gtk-module"
Gtk-Message: 19:45:36.773: Failed to load module "canberra-gtk-module"
ERROR: ld.so: object '/usr/lib/appimagelauncher/libbinfmt-bypass-preload.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
execv error: No such file or directory

I already tried to install some packages, but not successfully:

sudo apt-get install libcanberra-gtk-module

Also, I installed this due to a previous error (it was fixed apparently): sudo apt install libfuse2

Expected behavior

Be able to run the AppImage

Steps to reproduce the issue

  1. Install the AppImageLauncher, appimagelauncher_2.2.0-travis995.0f91801.bionic_i386.deb: sudo dpkg -i appimagelauncher_2.2.0-travis995.0f91801.bionic_i386.deb
  2. Try to run a

Screenshots

image

Distribution and desktop environment

OS: Ubuntu 20.04.2 LTS (fossa-cory-tgl X60) x86_64 DE: GNOME 42.9 image

Installed AppImageLauncher version

appimagelauncher_2.2.0-travis995.0f91801.bionic_i386.deb

AppImageLauncher version 2.2.0 (git commit 0f91801), built on 2020-09-29 21:35:54 UTC

List of AppImages you tried

  • Obsidian-1.3.7.AppImage
  • HTTPie-2023.3.2.AppImage

Additional context

No response

JPBeckner avatar Aug 04 '23 23:08 JPBeckner

Same issue on PopOS 22.04 LTS x86_64 with Gnome 42.5 after graphical install. Used the same .deb release, resolved by switching to ppa. Tested on beeper-3.83.13-build-231024j9x7ova5e.AppImage.

GuerdonL avatar Oct 30 '23 05:10 GuerdonL