-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime binary testing #12
Comments
Link is broken... |
Hello, OS: KDE neon Unstable Edition x86_64
|
I think we should test the "edge case" systems like Alpine Linux, NixOS, FreeBSD etc. and make sure that it runs well there. If it works even there, then more mainstream systems should probably also have no issues.
This is not a bug of the runtime, merely the result of the contents of the AppImage not really bundling everything. We get the same message on the extracted AppDir.
So I think the runtime itself runs fine on NixOS. It would be even greater to test an AppImage that can run on non-gibc systems as well. |
On helloSystem FreeBSD https://github.com/helloSystem/ISO/releases/tag/r0.7.0:
The This is likely caused by https://reviews.freebsd.org/D30606 which suggests that the culprit is the long When you have a couple of AppImages running (on a Linux system) and type If we could patch squashfuse and/or libfuse so that it uses
So it's possibly a matter of passing them in. (This was apparently fixed in the FreeBSD source but so far the fix has not arrived on real world ISOs, so fixing this also in the AppImage runtime would be a good idea.) Reference: |
Test appimage fails on Ubuntu 22.10. |
We need to verify that the runtime contained in this repository runs in the all the system that the previous runtime used to and those with fuse3.
We have created a simple bash AppImage that uses this runtime, it's available at: https://github.com/azubieta/appimage-runtime/releases/tag/test
Please help us to run test it in your system. You just need to download and run it. In both scenarios please leave a comment with your tests results.
Tests so far:
The text was updated successfully, but these errors were encountered: