You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On launching the DCS Installer Desktop script (or a terminal for that matter), the following error message appears:
Failed to execute child process "shell": Failed to fdwalk: Operation not permitted
This seems to be a known bug in many X11 docker terminals such as here and here.
The agreed solution is to set the security_opt option to unconfined. I have made a new pull request with the change inside the docker compose that has fixed this.
The text was updated successfully, but these errors were encountered:
On launching the DCS Installer Desktop script (or a terminal for that matter), the following error message appears:
Failed to execute child process "shell": Failed to fdwalk: Operation not permitted
This seems to be a known bug in many X11 docker terminals such as here and here.
The agreed solution is to set the security_opt option to unconfined. I have made a new pull request with the change inside the docker compose that has fixed this.
The text was updated successfully, but these errors were encountered: