mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-16 14:08:33 -04:00
The first argument of the Spawn portal call is the cwd for the command to use inside the new sandbox. The portal was mistakenly using it as cwd when running flatpak on the host, which leads to errors. Fix this by passing the cwd to flatpak via the new --cwdd option. Closes: #2418 Closes: #2443 Approved by: alexlarsson