Running flatpak-builder almost always results in:
error: Unknown option -pipe
Specifically I tried to package an app called Flexify as a Flatpak and I just cannot get it to build on the Furiphone.
https://github.com/nico359/flexify-flatpak
And its not just my Manifest, even apps already submitted to Flathub refuse to build with flatpak builder.
I am not sure if it has something to do with flatpak-hybris, therefore I decided to put it here.
Claude kept yapping something about an error in bwrapwrapper.sh but I am not sure if there is actually something to it or it is just hallucinating again.
Specifically it said line 30 should be exec "$BWRAP" "${args[@]}" and not exec "$BWRAP" "${args[@]}" "$@"
I also ran a piped command inside the Flatpak container and it seems like it converts the pipe into arguments?
flatpak run --command=sh org.freedesktop.Sdk//25.08
[📦 org.freedesktop.Sdk bin]$ echo "test" | cat -pipe
cat: invalid option -- 'p'
Try 'cat --help' for more information.
Running flatpak-builder almost always results in:
error: Unknown option -pipe
Specifically I tried to package an app called Flexify as a Flatpak and I just cannot get it to build on the Furiphone.
https://github.com/nico359/flexify-flatpak
And its not just my Manifest, even apps already submitted to Flathub refuse to build with flatpak builder.
I am not sure if it has something to do with flatpak-hybris, therefore I decided to put it here.
Claude kept yapping something about an error in bwrapwrapper.sh but I am not sure if there is actually something to it or it is just hallucinating again.
Specifically it said line 30 should be exec "$BWRAP" "${args[@]}" and not exec "$BWRAP" "${args[@]}" "$@"
I also ran a piped command inside the Flatpak container and it seems like it converts the pipe into arguments?
flatpak run --command=sh org.freedesktop.Sdk//25.08
[📦 org.freedesktop.Sdk bin]$ echo "test" | cat -pipe
cat: invalid option -- 'p'
Try 'cat --help' for more information.