Hi. Is it possible to add an alias in a flatpak environment?
So if the app in question is hardcoded to run for example the wine
command I could use the version installed in host by setting an alias alias wine=flatpak-spawn --host wine
.
Wine here being just an example, it would possibly work with all commands available in host.
I understand that this would escape the confinement, but it could be useful.