Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppImage Fails to Launch Due to Incorrect Sandbox Configuration #19

Open
wathika-eng opened this issue Sep 2, 2024 · 1 comment
Open
Labels

Comments

@wathika-eng
Copy link

./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.

@github-actions github-actions bot added the triage label Sep 2, 2024
@AbhijeetRoy2107
Copy link

./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.

i am encountering the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants