89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

Home Page:https://distrobox.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Error] distrobox-host-exec

xensurve opened this issue · comments

DISTRO : ARCH
DE: PLASMA
DISTROBOX : 1.7.2-1


distrobox-host-exec podman ps -a

command produces nothing # running in root , I pressume because of containerization

execute distrobox-host-exec with firejail


firejail distrobox-host-exec podman ps -a

Warning: an existing sandbox was detected. distrobox-host-exec will run without any additional sandboxing features

Is it possible to bypass the containerization and run with root ?

Hi. Can you provide more context on what you are trying to do?

Not sure what you're trying to do
distrobox-host-exec just used dbus (via host-spawn) to send a command to the host, to be executed

out side the container


podman ps -a

lists the running container

inside the container when I run


distrobox-host-exec podman ps -a

nothing happens no output , no error I cant run anything from the host inside the container

Is flatpak installed in your host system?

Is flatpak installed in your host system?

No but it is now . Thanks that solve it