Questions tagged [appimage]

An AppImage is an executable file that implements a multi-distribution compatible Linux application.

An AppImage is a packaged application that is intended to be runnable on many different distributions (eg Ubuntu, Debian, openSUSE, RHEL, CentOS, Fedora). It presents itself as a single executable, but can contain many libraries and files needed to make it run. It can be compared to Flatpak and Snap packaging.

19 questions
4
votes
2 answers

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.0-linux-modern.AppImage and…
Gabriel Staples
  • 2,192
  • 1
  • 24
  • 31
3
votes
1 answer

How to run AppImage on the command line

I'm sometimes working on the command line (or in the Ranger file manager), and it's annoying to have to move to a graphical interface to double-click on a AppImage. It looks like Ranger tries xdg-open; I tried that on the command line, myself, and…
Yehuda
  • 207
  • 3
  • 17
2
votes
1 answer

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-extract-and-run options, neither of them worked. It…
2
votes
1 answer

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 itself? And if so, how do you preserve those settings…
Lonnie Best
  • 4,895
  • 6
  • 27
  • 42
1
vote
1 answer

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 terminal and GUI, have a starting sequence and a…
Michael Macha
  • 311
  • 2
  • 12
1
vote
0 answers

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 want to know : How do AppImage tools decide what…
1
vote
0 answers

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 my repository, and I ran meson build…
apoorv569
  • 51
  • 1
  • 8
1
vote
1 answer

What's the most hassle-free way to publish an application cross-distro?

I have an Electron program I want to distribute on all three major OSs. Publishing on Windows and macOS is easy enough; One installation file and we're done, plus the users of these OSs are used to independent application updates through the…
SFR
  • 19
  • 2
1
vote
0 answers

AppImage error: library not found after build

(Linux Mint 20) I'm trying to build an AppImage of LibreOffice Base as a test to see if I can build the individual components of the suite. Here is my libreoffice-base.yml: app: LibreOffice_Base ingredients: dist: focal packages: -…
ajgringo619
  • 3,113
  • 1
  • 11
  • 37
1
vote
0 answers

Launch AppImages with keyboard shortcuts

I have the password manager KeePassXC as an AppImage on my system. I run it thousands times a day and I want to add a key-bind/shortcut to launch it, not just have the icon on the menu with a regular .desktop file. Edit. I did this: Create a script…
PolGZ
  • 53
  • 8
0
votes
0 answers

Can an AppImage run from NTFS drive or NFS network share?

I'm on Ubuntu 20.04, and I just saw something that I was never aware of so far. I wanted to get and https://github.com/mifi/lossless-cut; however, I do not have space on my primary ext4 formatted disk drives; however, I have space on an NTFS…
sdbbs
  • 460
  • 6
  • 14
0
votes
1 answer

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 Linux without needing superuser permissions to…
0
votes
1 answer

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 cleaner to me). In this case i moved the…
0
votes
1 answer

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 but on PopOs it does not open. I searched quite a…
KeyShoe
  • 3
  • 1
  • 4
0
votes
0 answers

How to pass in arguments in .desktop file

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…
1
2