Mikołaj Lercher
Mikołaj Lercher
> This is because of the sandboxing applied to flatpaks (i.e. bottles). > > Use Flatseal and give the Bottles flatpak access to the drives / folders you need and...
> @bandithedoge were you able to get this working? I want to install Cardinal in a different drive other than C which I'm unable to do so due to the...
Yes, you can see Java-related things from ltex-ls in the log.
Correct.
A very simple workaround is to run Bitwig in a nested compositor that supports Xwayland natively. `labwc -S bitwig-studio` seems to work great (just make sure not to close the...
@emenel > this seems to work as a workable alternative for now, but has some issues. the biggest is that wine/yabridge plugins UI controls are "pinned" to the upper left...
Building on Linux without redistributing the VST3 SDK sounds like a job for CMake's FetchContent module. https://cmake.org/cmake/help/latest/module/FetchContent.html This would make it much easier for CI and people packaging your plugins...
> With that change I get a successful `vst3sdk` build ^ And then running `./build.sh` I also get a successful `vstsid` build! \o/ > > However when trying to run...
> Thanks @dromer and @bandithedoge for your efforts in resolving this issue! Any plans to backport this fix into the rest of your plugins? Linux users and package maintainers ([including...
Just encountered the same issue trying to spawn something through `require("astal").subprocess` without Bash involved. `{"niri", "msg", "-j", "event-stream"}` segfaults but `"niri msg -j event-stream"` works. Apparently passing a list of...