Questions tagged [appimage]

AppImage is a software tool that helps creating standalone application under Linux.

The key idea of the AppImage format is one app = one file. Every AppImage contains an app and all the files the app needs to run. In other words, each AppImage has no dependencies other than what is included in the targeted base operating system(s).

Using AppImageKit you can package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, Debian and derivatives.

The AppImage format is a format for packaging applications in a way that allows them to run on a variety of different target systems (base operating systems, distributions) without further modification.

AppImageKit is a concrete implementation of the AppImage format and provides tools for conveniently handling AppImages.

88 questions
0
votes
1 answer

How to package an application with system libraries into AppImage

So I have a binary that links to system library files (.so) (for ex, ones under /usr, and ones under /opt) when generating an AppImage, I was copying the whole /usr into the AppDir and updating LD_LIBRARY_PATH but I doubt that this is the right way…
Brandon Lee
  • 695
  • 1
  • 10
  • 22
0
votes
1 answer

subprocess.call() Hangs. "os.waitpid(self.pid, wait_flags)"

I have a strange issue that I haven't run into before. I have a script to deliver PDF reports on a given time period. This worked up until now just fine, but I had made some updates and pulled those changes onto the server. Now my process hangs at…
Karim
  • 271
  • 2
  • 11
0
votes
1 answer

Best place to temporarily hold files while packaging software

I am looking for what is considered best practice when temporarily storing files and/or directories when generating an AppImage or packaging software. I am looking for a location that is not restricted by user permissions but is not overtly…
Mattc88
  • 31
  • 6
0
votes
1 answer

How to fix 'Error: No .desktop files found' for manual AppImage creation

I am following the manual packaging guide on the AppImage GitHub manual. For AppRun I am using the AppRun-x86_64 from https://github.com/AppImage/AppImageKit/releases (7th July 2019) I have a name.desktop file in a name.AppImage folder where I…
colin
  • 284
  • 2
  • 12
0
votes
1 answer

How to override the cli name in argparse -h usage information?

I am bundling my python app into an .AppImage file. Now, when I run it with flag -h I would expect it to print something along these lines: $ ./mytool.AppImage -h usage: mytool [-h] [-d DIR] [-f] [-e] [BLA [BLA ...]] ... But due to the nature of…
gmagno
  • 1,770
  • 1
  • 19
  • 40
0
votes
1 answer

Is an AppImage File/ Programme meant to be standalone?

I've downloaded a dropbox encryption programme called Cryptomator which works great... I'm using Ubuntu and I am trying to install this programme on my machine the file that I've been able to get working is an AppImage…
Henry
  • 5,195
  • 7
  • 21
  • 34
0
votes
1 answer

Qt Static Linking or AppImage

Hello I trying to do static linking in QT in Linux OpenSUSE 42.3 but I get some problems https://doc.qt.io/qt-5.6/linux-deployment.html I use this instruction and searching qt in pc(I installed qt creator,qt5 des.,qt5 ass.,qt5 D-Bus viewer), and i…
HERT
  • 63
  • 8
0
votes
1 answer

Supervisor not starting .AppImage app

I have an Electron App packaged using an AppImage format, on a Debian 8 box. I would like to monitor and restart this app using supervisord (v3.0) but I just can't understand why it doesn't work. This is how I successfully launch my app,…
gbarillot
  • 309
  • 1
  • 2
  • 13
0
votes
2 answers

How to run .Appimage on ubuntu 17.10

How to run .AppImage on ubuntu 17.10? I did cura-build from the following exec (AppRun and Appimagetool) files from https://github.com/AppImage/AppImageKit/releases ~cura-build/build$ make Copying AppRun executable... ... ... ... ... ... Embedding…
dwayneJohn
  • 919
  • 1
  • 12
  • 30
0
votes
2 answers

Can't install MS Bot Emulator 3.5.29. Error - this app can't run on your PC?

I am trying to run the Microsoft Bot Emulator setup program: botframework-emulator-Setup-3.5.29.exe My system is a Windows 8.1 64-bit install with 16 GB of memory. When I run the setup program I get the following error from Win81: This app can't…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
0
votes
1 answer

AppImage on Github Releases - Executable Permission

I'm hosting an AppImage file on github releases https://github.com/Gilad-Kutiel-App/jumpfm/releases. The file does not have an execution permission when downloaded and it is needed to set it manually. Is there anything I can do about it ? Thank…
Gilad
  • 538
  • 5
  • 16
0
votes
2 answers

App icon for Android play store

My app Trump Attack by Verma Empire is on the playstore but for some reason once you download the app, and then you look for it on your device, the app shows up but it says icon on the image, there is no image! I filled out all the necessary…
RoBoTV
  • 21
  • 5
-1
votes
2 answers

How to block appimage "Desktop Integrate - AppImageLauncher" notification(prompt)?

OS: Manjaro Linux When I launch an AppImage application, I get this notification. Is there a way to block it and run application directly?
roachsinai
  • 527
  • 5
  • 14
1 2 3 4 5
6