darlinghq / darling

Darwin/macOS emulation layer for Linux

Home Page:http://www.darlinghq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error connecting to shellspawn in the container (foo/var/run/shellspawn.sock): No such file or directory

C3OK opened this issue · comments

commented

help! darling was working a while back but i did

declare -x DPREFIX="foo darling shell"

but now i get this error

Error connecting to shellspawn in the container (foo/var/run/shellspawn.sock): No such file or directory

The correct way to use DPREFIX is to specify just the path you want for the prefix (e.g. if you want it to be in /foo/bar, you set it with declare -x DPREFIX="/foo/bar" or, equivalently, export DPREFIX="/foo/bar"). After doing that, you can just run the Darling command as normal: darling shell.

Closing this for the same reason as #1385 (the original question has been answered and there's been no response).