linux-packaging-rs / flatpak-ext

Run flatpaks without installing them, and more!
https://linux-packaging-rs.github.io/flatpak-ext/
MIT License
18 stars 1 forks source link

Apps that detatch from the parent process (such as VSCode) won't work #3

Open ryanabx opened 4 months ago

ryanabx commented 4 months ago

The reason this happens is because Portapak makes a temporary directory with the files for the flatpak to run, and removes them when the process terminates. If a flatpak doesn't attach itself to the parent process, then it'll mark the parent process as terminated, and the files will be automatically removed. I'm looking into how to fix this, but if anyone has suggestions let me know.