-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't start .AppImage on Fedora 29 #11
Comments
A simple workaround is to install libsnl like so |
This should be now fixed thanks to AppImage/AppImageKit#863; please comment if you can still reproduce this issue. |
Sorry, I can still reproduce this issue^^ I don't see why AppImage/AppImageKit#863 would fix this, isn't it about another library? |
I remember discussing the libnsl issue with AppImage developers on IRC, but I don't remember if it was actually fixed, sorry. |
No worries! |
Hi, |
Yes, I don't think Canonical has changed that after 14.04.
It's a standalone |
So I've tried a quick look at linuxdeployqt to understand how it works and see if I could thing something to help. So far not really, I saw that there is this option I came across this issue: probonopd/linuxdeployqt#241 where they've asked to run I'm posting my result underneath, maybe it'll help. First the part that fails for libsnl only and then the whole output (for clarity). The command I ran is
The whole output:
Hope this helps somewhow... |
Hi, This issue looks fixed now when I just tried the beta 7 of 3.1. |
I tried launching the .AppImage after downloading and doing
chmod +x godot-linux-nightly-x86_64.AppImage
, but all I get is:./godot-linux-nightly-x86_64.AppImage: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
I've made the Tiled .AppImage work from here: https://github.com/bjorn/tiled/releases so there's possibly a missing dependency? Or maybe something changed in Fedora 29 and broke something?
Thanks
The text was updated successfully, but these errors were encountered: