What problem does this solve?
So im using fedora 44 and beacuse GLIBC_2.44 is not in repositories of any stable distros a lot of them can't open them without much tinkering
here is the error it gives me when i tried using: APPIMAGE_EXTRACT_AND_RUN=1 ./FTHRClips-1.1.0-alpha-x86_64.appimage
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
PySide6/__init__.py: Unable to import Shiboken from /tmp/appimage_extracted_.../base_library.zip, .../python3.14/lib-dynload, .../_internal: /lib64/libm.so.6: version `GLIBC_2.44' not found (required by .../python3.14/lib-dynload/math.cpython-314-x86_64-linux-gnu.so)
Traceback (most recent call last):
...
ImportError: /lib64/libm.so.6: version `GLIBC_2.44' not found (required by .../python3.14/lib-dynload/math.cpython-314-x86_64-linux-gnu.so)
[PYI-6967:ERROR] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!
Also here are my specs:
CPU: Ryzen 7 7800x3d
GPU: rtx 5070 (driver: 615.71.09)
RAM: 32 GB DDR5
DISK: 2 TB SSD NVME (1.6 free space)
Linux: Fedora 44
kernel: Linux 7.2.5-200.fc44.x86_64
DE: Kde plasma 6.7.5 (Wayland)
What would you like to see?
rebuild the PyInstaller bundle inside an older-baseline container (e.g. Debian oldstable, Ubuntu 20.04/22.04, or CentOS Stream via appimage-builder) so the resulting binary is linked against an older glibc and runs on current stable distros.
Alternatives you've considered
No response
What problem does this solve?
So im using fedora 44 and beacuse GLIBC_2.44 is not in repositories of any stable distros a lot of them can't open them without much tinkering
here is the error it gives me when i tried using: APPIMAGE_EXTRACT_AND_RUN=1 ./FTHRClips-1.1.0-alpha-x86_64.appimage
Also here are my specs:
CPU: Ryzen 7 7800x3d
GPU: rtx 5070 (driver: 615.71.09)
RAM: 32 GB DDR5
DISK: 2 TB SSD NVME (1.6 free space)
Linux: Fedora 44
kernel: Linux 7.2.5-200.fc44.x86_64
DE: Kde plasma 6.7.5 (Wayland)
What would you like to see?
rebuild the PyInstaller bundle inside an older-baseline container (e.g. Debian oldstable, Ubuntu 20.04/22.04, or CentOS Stream via appimage-builder) so the resulting binary is linked against an older glibc and runs on current stable distros.
Alternatives you've considered
No response