Skip to content
#

appimage

Here are 248 public repositories matching this topic...

AppImageKit
probonopd
probonopd commented Sep 3, 2020

Trying to --appimage-extract-and-run a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:

user@FreeBSD$  /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run
mkdir_p error: Permission denied
Failed to extract AppImage

but

user@FreeBSD$  /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract
open-build-service
Drill
Abhinav1217
Abhinav1217 commented Nov 9, 2021

Currently when you filter your search, it only looks for the patterns in the name of the file, not the description. This will cause applications to not show up when looking for something generic.

For example, I wanted to explore sql clients available as appimage. It listed only 6
![Screenshot from 2021-11-09 09-22-46](https://user-images.githubusercontent.com/740584/140859269-8438b1bf-fa57-4

TheBrokenRail
TheBrokenRail commented Mar 8, 2022

(This change is extremely niche, but shouldn't be too hard to implement.)

I'm making a predominately x86_64 AppImage that contains an ARM binary.

Normally, my program depends on libc6-armhf-cross:all which installs a binary interpreter at /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3. Then I can use QEMU user-mode's QEMU_LD_PREFIX environmental variable to make `/lib/ld-linux-armhf.

Improve this page

Add a description, image, and links to the appimage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the appimage topic, visit your repo's landing page and select "manage topics."

Learn more