Before submitting
What happened?
Hello,
Thanks for your work!
There is an issue when creating a workspace on the Flatpak version 1.5.0. I suspect that the command doesn't use the flatpak-spawn wrapper to call podman.
What did you expect to happen instead?
Create the workspace
Steps to reproduce
- Run Devsy in flatpak
- Create a workspace using Docker/podman
devcontainer.json
Error output / logs
2026-07-08T17:47:37.184Z INFO {"level":"error","ts":"2026-07-08T19:47:37.183+0200","msg":"install docker: custom docker path \"podman\" not found: exec: \"podman\": executable file not found in $PATH"}
2026-07-08T17:47:37.191Z INFO {"outcome":"error","message":"start workspace: save workspace result: workspace what no longer exists"}
2026-07-08T17:47:37.895Z INFO {"level":"error","ts":"2026-07-08T19:47:37.894+0200","msg":"start workspace: save workspace result: workspace what no longer exists","cliError":{"code":"UNKNOWN","message":"start workspace: save workspace result: workspace what no longer exists","cause":"start workspace: save workspace result: workspace what no longer exists"}}
2026-07-08T17:47:37.901Z ERROR Exit code: 1
How often does this happen?
Every time
Operating system
Linux
Linux distribution (if applicable)
Fedora Bluefin 44
Architecture
ARM64
Desktop app or CLI?
Desktop app
Devsy version
v1.5.0
Devsy provider
Docker
Provider version
No response
Screenshots
No response
Anything else?
Seems to call podman directly instead of using a wrapper for flatpak-spawn.
Before submitting
What happened?
Hello,
Thanks for your work!
There is an issue when creating a workspace on the Flatpak version 1.5.0. I suspect that the command doesn't use the flatpak-spawn wrapper to call podman.
What did you expect to happen instead?
Create the workspace
Steps to reproduce
devcontainer.json
Error output / logs
2026-07-08T17:47:37.184Z INFO {"level":"error","ts":"2026-07-08T19:47:37.183+0200","msg":"install docker: custom docker path \"podman\" not found: exec: \"podman\": executable file not found in $PATH"} 2026-07-08T17:47:37.191Z INFO {"outcome":"error","message":"start workspace: save workspace result: workspace what no longer exists"} 2026-07-08T17:47:37.895Z INFO {"level":"error","ts":"2026-07-08T19:47:37.894+0200","msg":"start workspace: save workspace result: workspace what no longer exists","cliError":{"code":"UNKNOWN","message":"start workspace: save workspace result: workspace what no longer exists","cause":"start workspace: save workspace result: workspace what no longer exists"}} 2026-07-08T17:47:37.901Z ERROR Exit code: 1How often does this happen?
Every time
Operating system
Linux
Linux distribution (if applicable)
Fedora Bluefin 44
Architecture
ARM64
Desktop app or CLI?
Desktop app
Devsy version
v1.5.0
Devsy provider
Docker
Provider version
No response
Screenshots
No response
Anything else?
Seems to call podman directly instead of using a wrapper for flatpak-spawn.