joculatrix

Results 2 comments of joculatrix

I know this is old, but if you still care about figuring this out and in case you're unaware: Flatpaks exist in a very sandboxed environment with limited filesystem/network access....

If you or anyone else is still wondering about this, it looks like [this](https://github.com/devkitPro/pacman/blob/cf473bcfbd275044250fa6ce3703dd7059a52273/lib/libalpm/add.c#L60-L61) is probably the relevant assert from `alpm_add_pkg` (which is the lipalpm function called by `trans_add_pkg`): ```c...