Questions tagged [appimage]
An AppImage is an executable file that implements a multi-distribution compatible Linux application.
22 questions
2 votes
0 answers
78 views
How does one retroactively debug a coredump generated from an AppImage?
When a non-reproducible crash occurs in an installed .flatpak package, I can debug it with flatpak-coredumpctl, even if I've solely installed the relevant debug packages after the crash occurred. This ...
0 votes
1 answer
1k views
Error when updating linux (launchpad/appimagelauncher)
I tried updating my Ubuntu and I started getting this error. I think I had some issues when installing launchpad but it works how its going at the moment. Iv tried looking at other similar issues but ...
0 votes
0 answers
913 views
Cursor-ai editor code command not working on Arch Linux
The APPIMAGE file is not working with these errors and it does not allow to install code command or other when it is run: ❯ ./Downloads/cursor-0.32.1x86_64.AppImage [9512:0416/165640.500124:ERROR:...
2 votes
1 answer
1k views
Exec format error: Unable to run appimage files on ubutu 16.04 and lubuntu 18
I've been trying to run Qv2ray and other programs on Ubuntu 16.04 and Lubuntu 18, but I always get this error: cannot execute binary file: Exec format error. Here's the article that I've read in ...
-1 votes
1 answer
124 views
Why 'helix-23.03-aarch64.AppImage' [in debian on x86_64 in Macbook Pro] is giving 'Exec format error'?
It is on debian on x86_64 me@debian:~/bin$ chmod a+x helix-23.03-aarch64.AppImage me@debian:~/bin$ ./helix-23.03-aarch64.AppImage /tmp/.mount_helix-RyzFyw/AppRun: 4: exec: /tmp/.mount_helix-RyzFyw/usr/...
4 votes
1 answer
8k views
Running AppImage on WSL: How to resolve error requiring FUSE?
I downloaded WSL (Windows Subsystem for Linux) and tried to run an AppImage, but received an error message that said AppImage needs FUSE to run When I tried the --appimage-extract and --appimage-...
-1 votes
1 answer
69 views
are appimages a way to package AND distribute software or just a way to package?
I heard a while back that appimages are only a way to package software, not distribute it; however, if I go to the wikipedia definition: AppImage is a format for distributing portable software on ...
0 votes
1 answer
943 views
Ubuntu / i3wm: rename AppImage in dmenu entry
I downloaded an AppImage (LogSeq to be precise) and wanted to add it to the dmenu. With the help of a friend i did the following: move AppImage to a appropriate directory (not required, but appears ...
1 vote
1 answer
258 views
Is it possible to serialize a running program's memory image to disk, instead of closing it?
I recognize this is a stretch, but I have a shadow of a memory of a way to do it, and I'm hoping someone here will recognize what I'm talking about and help jog it. Traditional programs, both by ...
1 vote
0 answers
232 views
How do AppImage tools decide what .so files to include? Why produced different .so-files-including list from different distros?
Compiled a Qt project and created .AppImage for it, on two different Linux distros ( Qt was installed via different ways). The two output .AppImage contain different .so files. Both .AppImage run. I ...
1 vote
1 answer
6k views
Unable to open appimage in PopOs 22
I am using PopOs 22. I am not able to download Etcher using the appimage file available on their official website. I was easily able to open it in the previous distributions just by double-clicking ...
0 votes
0 answers
101 views
How to pass in arguments in .desktop file [duplicate]
I'm trying to run an .appimage in Pop OS 22.04 that requires the command --disable-gpu-sandbox. It works fine when launching from terminal, but when I create a .desktop file with the below: Encoding=...
4 votes
2 answers
4k views
Which AppImage should I install (.AppImage vs modern.AppImage)?
I'm installing the Ultimaker Cura 3D printer slicer program from here (https://github.com/Ultimaker/Cura/releases/tag/5.1.0) onto Linux Ubuntu 20.04. What is the difference between Ultimaker-Cura-5.1....
3 votes
1 answer
1k views
AppImage - Where is state saved between instances?
If you're running an AppImage application, and you make settings changes to it (or anything else that would change the state of the application), are those changes saved within the AppImage file ...
1 vote
0 answers
507 views
How to package appimage properly?
I am trying to package my application in appimage format. I'm using appimage-builder to do so, and using Ubuntu 18.04, as appimage-builder documentation recommends. But I am unable to do so. I cloned ...