-
Notifications
You must be signed in to change notification settings - Fork 22
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
Please also provide AppImage for Linux #1
Comments
Unfortunately, adding an appimage flag causes a crash when the application starts
Perhaps this is due to the old version of the distribution (Ubuntu 14.04) |
It's good to build on the oldest still-supported LTS distribution, which is 14.04 at this point. Something seems to be going wrong regarding libssl. On which target system are you getting this crash? Does the same AppImage work properly on an older version of the same distribution? |
Perhaps this is really related to libssl. I now have a small DLL hell. |
What do you mean by "not AppImage"? Perhaps you can upload both versions somewhere for comparison and analysis. Thanks. |
When I remove the libnss3.so library, the crash disappears. Most likely, this is due to the dll hell on my computer. When I deal with this, I will try again to return to this issue |
Possibly related to probonopd/linuxdeployqt#35
|
Please also provide AppImage for Linux on the GitHub Releases download page.
metagate/deploy/linux/deploy/deploy.sh
Line 5 in 73b78b2
linuxdeployqt -appimage
should do the job.The text was updated successfully, but these errors were encountered: