-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BUG] sandbox helper binary was found, but is not configured correctly. #948
Comments
The error you're encountering, "The SUID sandbox helper binary was found, but is not configured correctly", typically occurs when trying to run an AppImage or Chromium-based application (like the one you are trying to use) and the sandboxing feature is not set up correctly. Explanation:This error is related to security measures used by Chrome/Chromium (and any application based on it, such as your AppImage). The "sandbox" is a feature that isolates certain parts of the application for security purposes. For this sandbox to work, a binary file ( Here’s a step-by-step guide on how to fix this issue: Steps to Fix:1. Fix the File Permissions for
|
Describe the bug / 描述问题
Hi. Im getting this error when trying to run:
To Reproduce / 复现步骤
just trying to run the appimage
Expected behavior / 期望行为
it not running
Screenshots / 截图
No response
Devtools Info / 开发者工具信息
i cant do this, dont run at all.
OS and version / 操作系统版本
ubuntu budgie 24.04.1
ChatALL version / ChatALL 版本
1.83.108
Network / 网络
no
Additional context / 其它相关信息
No response
The text was updated successfully, but these errors were encountered: