AppImage Fails to Launch Due to Incorrect Sandbox Configuration #19
Open
Description
./wakatime-linux-x86_64.AppImage
[270386:0902/210500.033070:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_wakatidh5Azd/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)
Steps to Reproduce:
- Download the wakatime-linux-x86_64.AppImage.
- Make the AppImage executable (e.g., chmod +x wakatime-linux-x86_64.AppImage).
- Execute the AppImage (e.g., ./wakatime-linux-x86_64.AppImage).
Expected Behavior:
The application should launch successfully without errors related to the sandbox configuration.