Open probonopd opened 7 years ago
May be caused by Firejail? https://github.com/AppImage/appimage.github.io/pull/456#issuecomment-377820382
I'm pretty sure this happens when the AppImage unmounts itself before the next command can run. The only solution I've really found for this is to move the component that is being called out of the AppImage temporarily and call it from the directory I've moved it to. I've tried adding sleep
s and such, but no dice.
For example, with ROSA ImageWriter, it needs to be ran as root with something like xdg-su
. xdg-su
will run fine, but the AppImage seems to unmounts itself as soon as xdg-su
finishes running unless I move the RosaImageWriter
executable outside of the AppImage and call it from there.
Many apps have this "permission denied" thing: https://github.com/AppImage/appimage.github.io/search?q=%22permission+denied%22&type=Issues
Why?
Seems to be related to Firejail. E.g., https://github.com/AppImage/appimage.github.io/pull/1025#issuecomment-491495519 shows how to verify this.
Firejail related?
The AppImage runs just fine on my local machine without Firejail.
https://travis-ci.org/AppImage/AppImageHub/builds/266091972#L555