Making AppImages work on any linux system #1120
Samueru-sama
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Hi guys. I can test it in my system (Chimera Linux, musl, chimerautils)
btw, need help to improve gyroflow build scripts https://github.com/gyroflow/gyroflow |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I guess this is a follow up of #369
Lately I've been updating all my appimages to work on any linux system by deploying all the libs including the dynamic linker without using containers or similar tricks, which lets them work on any linux system, be it very old or a musl system.
I originally used go-appimage's deploy everything mode, but I just moved to either doing it manually or using sharun.
The following appimages should work on any distro:
https://github.com/Samueru-sama/GIMP-AppImage
https://github.com/Samueru-sama/mpv-AppImage
https://github.com/Samueru-sama/OBS-Studio-AppImage
https://github.com/Samueru-sama/DeaDBeeF-AppImage
https://github.com/Samueru-sama/puddletag-AppImage
https://github.com/Samueru-sama/strawberry-AppImage
https://github.com/Samueru-sama/pavucontrol-qt-AppImage
https://github.com/Samueru-sama/SpeedCrunch-AppImage
https://github.com/Samueru-sama/android-tools-AppImage
https://github.com/Samueru-sama/polybar-AppImage
https://github.com/Samueru-sama/rofi-AppImage
I have also made PRs on other repos to have such appimages:
AlexanderP/tesseract-appimage#4
Syllo/nvtop#324 (Next release with the changes hasn't been made)
dunst-project/dunst#1391 (Still open)
CC @Drsheppard01
Beta Was this translation helpful? Give feedback.
All reactions