Open plfiorini opened 6 years ago
A terminal that runs /bin/sh inside the Flatpak container is not much useful because it cannot access programs from the host system.
/bin/sh
Run the shell with flatpak-spawn or the equivalent D-Bus service org.freedesktop.Flatpak.Development.
flatpak-spawn
org.freedesktop.Flatpak.Development
This is interesting: https://gitlab.gnome.org/chergert/flatterm
A terminal that runs
/bin/sh
inside the Flatpak container is not much useful because it cannot access programs from the host system.Run the shell with
flatpak-spawn
or the equivalent D-Bus serviceorg.freedesktop.Flatpak.Development
.