Pixieditor is not "executable" in Linux after .deb installation

It installs everything, but I have to set pixieditor as executable after every beta installation to open it

Thanks for the report, I’ll take a look into it

yea encountered this too while repackaging it for nix (because nixpkgs doesnt have the necessary build support to build Pixieditor from source yet, particurarly the WASM/workloads).
the binary inside the .deb package at lib/pixieditor/PixiEditor is executable, but not the wrapper script in /usr/bin (at least it was in one of the first versions, im generating my own wrapper script there now though)

i will wait before its will be fixed

The issue will be fixed in next release.

@v0xl It is possible to build PixiEditor from source on NixOS, in fact I developed linux version on it. Here are some .nix files I used PixiEditor/.env-dev at master · PixiEditor/PixiEditor · GitHub

I agree that there is a problem with WASM workloads, but it is only required to build extensions (such as PixiEditor.Beta extension), core PixiEditor can be compiled without it. If you have any questions let me know