Questions tagged [appimage-builder]

8 questions
1
vote
1 answer

Setting runtime environment variables in appimage-builder

I was able to successfully package a small QtQuick app (QT 6.2) using appimage-builder My only issue was to get it to work I need to manually set the environment variable QML2_IMPORT_PATH=$APPDIR/home/rich/Qt/6.2.3/gcc_64/qml To do this, I extracted…
richc
  • 333
  • 1
  • 3
  • 6
0
votes
0 answers

Create AppImage from GitGub workflow

What I want to do I have a python script named turnin.py and a requirements.txt file which you can find on GitHub What I want is that I want to create multiple packages(like .deb, .rpm and .AppImage) through workflows. The problem that I have I…
0
votes
1 answer

How do I access resources in C when bundling into an AppImage?

I have a C program that I want to package into an AppImage file. I am attempting to use linuxdeploy and appimagetool to create the AppImage for my program. It has worked so far, but I do not know how to put resource files that are needed by my C…
Priff13
  • 29
  • 6
0
votes
0 answers

How to create AppImage for a Zsh script, including it?

I would want to create AppImage for a script that has only one dependency – Zshell. I've found appimagetool but it doesn't give an easy answer of how to automatically bundle Zshell in the package. I've tried appimagetool n-commodore (n-commodore is…
psprint
  • 3
  • 2
0
votes
0 answers

Image build failed

i am trying to create a image in RHEL 8.7 Vm but i am encountering this error. i checked both services that were running fine cockpit and osbuild-composer but image was not created even i tried to create am image via cli mode but it also showed…
0
votes
0 answers

Is this security issue in appimage-builder? Can I address this by changing default configuration?

Background I have some mutiplatform C++ application. On Linux installation package is created using appimge-builder. $ appimagetool --version appimagetool, continuous build (commit 76bf860), build built on 2022-02-13 18:52:16 UTC $…
Marek R
  • 32,568
  • 6
  • 55
  • 140
0
votes
1 answer

appImage-builder V1.0.3

I am trying to use the latest version of the appImage-builder because appimages of my application built with the old version of appImage-builder do not run on ubuntu 22.04 anymore. So I got the order to try and see if it works with the new…
denvercoder
  • 113
  • 9
0
votes
1 answer

Using unionfs from inside an appimage

I'm creating an overlay FS (using unionfs-fuse) from a script in an AppImage (created with appimage-builder v0.9.2). The overlay is mounted successfully, but at the end of the script, it fails to unmount properly with 'Operation not…
Francois
  • 2,005
  • 21
  • 39