containers / toolbox

Tool for interactive command line environments on Linux
https://containertoolbx.org/
Apache License 2.0
2.38k stars 208 forks source link

Load completions from the host #1472

Open josecastillolema opened 3 months ago

josecastillolema commented 3 months ago

Is your feature request related to a problem? Please describe. Today it is not possible to load (ba)sh completions from the host, looks like /usr/share/bash-completion is banned.

⬢ [fedora-toolbox:39] > flatpak-spawn --host /usr/share/bash-completion/completions/podman
Portal call failed: Failed to start command: Failed to execute child process “/usr/share/bash-completion/completions/podman” (Permission denied)

Describe the solution you'd like I would like to be able to import those completions without the need of installing the corresponding packets on each toolbox container.