Skip to content

The error FATAL:setuid_sandbox_host

IRCF edited this page Jan 10, 2025 · 4 revisions

اجرا نشدن برنامه به‌دلیل خطای FATAL:setuid_sandbox_host در ابونتو

برای اجرای برنامه در لینوکس باید از دستور زیر استفاده کنیم:

oblivion-desktop --no-sandbox

اگر قصد نداشته باشیم که هر مرتبه از ترمینال همراه با فلگ --no-sandbox برنامه را اجرا کنیم، باید به فایل .desktop فلگ را اضافه کنیم. یعنی در مسیر /usr/share/applications مقدار Exec را در فایل oblivion-desktop.desktop ویرایش کرده و در نهایت یکبار لاگ‌اوت نماییم:

Exec=/opt/oblivion-desktop/oblivion-desktop --no-sandbox %U


The program not running due to the "FATAL:setuid_sandbox_host" error on Ubuntu

To run the program on Linux, we need to use the following command:

oblivion-desktop --no-sandbox

If we don't want to run the program with the --no-sandbox flag every time from the terminal, we should add the flag to the .desktop file. This means editing the Exec value in the oblivion-desktop.desktop file located at /usr/share/applications, and then logging out once:

Exec=/opt/oblivion-desktop/oblivion-desktop --no-sandbox %U


related issue | ایشوی مرتبط