-
`HERE="$(dirname "$(readlink -f "${0}")")" `
`export LD_LIBRARY_PATH=${HERE}/usr/lib:$LD_LIBRARY_PATH`
`exec "${HERE}/usr/bin/ffmpeg.bin" "$@"`
Anything missing from above, (AppDir/usr/bin)
Fo…
-
Here is one possible strategy for "thinning" AppImages so that they contain only the subset of Python and other files that is actually needed. Using this, I could reduce the size of [TruFont](https://…
-
The AppImage is missing a library that needs to be bundled: `AppRun: error while loading shared libraries: libfftw3f.so.3: cannot open shared object file: No such file or directory`
References:
* …
-
Sorry if it's an obvious question but I'm getting this error when I try to install it and I'm not quite sure what it's meant to mean or what to try next?
./linux_czkawka_gui.AppImage
/tmp/.mount_l…
-
On Linux that's running Wayland < 1.19.91, starting BeeRef results in the following error:
```
symbol lookup error: [..]/lib/libQt6WaylandClient.so.6:
undefined symbol: wl_proxy_marshal_flags
`…
rbreu updated
6 months ago
-
I've recently introduced AppImage packaging with appimage-builder to [86Box/86Box](https://github.com/86Box/86Box). While the setup I came up with works perfectly on `x86_64`, `armhf` and `aarch64`, I…
-
```
FreeBSD% runappimage xfce4-screenshooter-x86_64.AppImage
AppRun libunionpreload.so usr
etc org.xfce.screenshooter.svg xfc…
-
```
me@host:~$ '/home/me/Downloads/unofficial-desktop-for-ynab-0.1.0-x86_64.AppImage'
/tmp/.mount_YHsSU6
installed: X-AppImage-Version=0.1.0.60 image: X-AppImage-Version=0.1.0.60
/tmp/.mount_YHsSU6/A…
-
### Context
1) SIP server development and troubleshooting;
2) Linux Fedora 33;
3) my server account, has no versions available now.
### General information
- Device: Dell 7373
- OS: Fedora 33…
-
Escaping paths in CMake seems to work well for all but the custom AppRun parameter passed to linuxdeploy, which seems to take issue with every style of escaping I can manage in cmake CODE contexts.