https://github.com/Samueru-sama/NewsFlash-AppImage/releases/tag/4.1.4-1%402025-11-09_1762691167
Steps to reproduce the issue:
This causes the following error:
Unable to spawn a new child process: Failed to spawn child process “/tmp/N3G/webkitgtk-6.0/WebKitNetworkProcess” (No such file or directory)
If I copy ./AppDir/shared to ./AppDir/shared/lib/webkitgtk-6.0 it works!
Replacing the sharun hardlinks with symlinks causes this error:
bwrap: execvp /tmp/N3G/webkitgtk-6.0/WebKitWebProcess
So the problem seems to be that we have a double sandbox in here??? Whatever is calling bwrap does not have access to SHARUN_DIR.
https://github.com/Samueru-sama/NewsFlash-AppImage/releases/tag/4.1.4-1%402025-11-09_1762691167
Steps to reproduce the issue:
Extract the AppImage
Run
SHARUN_DIR="$PWD"/AppDir ./AppDir/shared/lib/webkitgtk-6.0/MiniBrowserThis causes the following error:
If I copy
./AppDir/sharedto./AppDir/shared/lib/webkitgtk-6.0it works!Replacing the sharun hardlinks with symlinks causes this error:
So the problem seems to be that we have a double sandbox in here??? Whatever is calling
bwrapdoes not have access toSHARUN_DIR.