On Linux (WSL2/Ubuntu, .deb install, Orbit 0.4.1), turning on "sandbox Bash execution" after a fresh install fails to initialize with "Bash sandbox init failed." The error reports missing dependencies: ripgrep (rg) and socat.
These are runtime prerequisites for the sandbox layer (#76) but aren't declared as package dependencies, so a vanilla install can flip the toggle and immediately hit the failure.
Suggested fix: declare ripgrep and socat as depends (or at least recommends) on the .deb -- mirroring the libasound2 fix in #223 -- and/or make the init-failure message name the exact apt packages to install.
xref #76 (sandbox feature), #223 (packaging-deps precedent).
Related WSL2-onboarding sibling: #306 (WSLg GUI prerequisites).
On Linux (WSL2/Ubuntu,
.debinstall, Orbit 0.4.1), turning on "sandbox Bash execution" after a fresh install fails to initialize with "Bash sandbox init failed." The error reports missing dependencies:ripgrep(rg) andsocat.These are runtime prerequisites for the sandbox layer (#76) but aren't declared as package dependencies, so a vanilla install can flip the toggle and immediately hit the failure.
Suggested fix: declare
ripgrepandsocatasdepends(or at leastrecommends) on the.deb-- mirroring the libasound2 fix in #223 -- and/or make the init-failure message name the exact apt packages to install.xref #76 (sandbox feature), #223 (packaging-deps precedent).
Related WSL2-onboarding sibling: #306 (WSLg GUI prerequisites).