-
Notifications
You must be signed in to change notification settings - Fork 591
The error 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
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