Closed jistr closed 1 year ago
Started test build 68988
Build 68988 failed
you should patch JUCE instead. It's just wronng.
For the record this was working previously but I guess it got broken and I didn't realise.
They have some non-OSS licencing so i'll report an issue for them. But i think the flatpak patch here shouldn't hurt either? It could be a long time before this is fixed in JUCE and bubbles through into Helio.
When it's broken, it's broken.
During plugin scanning, Helio is launching itself as a child process, and due to perhaps what is a JUCE limitation, it cannot cope with being launched as
helio
(even though thehelio
binary is on$PATH
). It seems Helio must be launched with an absolute path to the binary for plugin scanning to work.Broken:
Working:
Fixes: https://github.com/flathub/fm.helio.Workstation/issues/1