How to fix the error in Nativifier windows as follows:
FATAL:setuid_sandbox_host.cc(157)] The SUID binary sandbox helper was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/user/App/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
The above error can be viewed if the app is opened via terminal, if it opens by clicking directly on the executable, the app does not open and does not give any feedback.
To correct, perform the following adjustments:
sudo chown root ~/App/chrome-sandbox
sudo chmod 4755 ~/App/chrome-san
dboxReplace "~/App/" by application folder path.
Ready!
This post was helpful and helped in any way? Or do you still have problems or doubts? Send a message, we'll try to help you.