Robbert van der Helm
Robbert van der Helm
I also have all faith in Arch users that they remember to run `yabridgectl sync` :grin: (or set up a hook themselves like you did, great idea btw). The only...
If I ever add this, it will just be a subcommand of yabridgectl behind a compile time flag (so you can leave it and all of the dependencies that come...
In theory the only non-POSIX thing yabridge is doing is the use of procfs [here](https://github.com/robbert-vdh/yabridge/blob/0f6bdb93201e19cbd9007dbc2dfa0d571007d8e4/src/wine-host/bridges/group.cpp#L298) and [here](https://github.com/robbert-vdh/yabridge/blob/0f6bdb93201e19cbd9007dbc2dfa0d571007d8e4/src/common/utils.cpp#L109), so those things would probably need to be changed. Other than that it...
FreeBSD's procfs is different from Linux's so neither of the two things I linked would work there without any changes, but those two things are both fairly simple. The first...
Hi, I can definitely see where this is coming from :grin:. I'll give it a good read tomorrow morning and I'll let you know if I have any input! Cheers,...
Would you mind if I share this in #ardour on Freenode? The Ardour developers might also have some useful input on this, since they too run into dynamic linking issues...
I don't really have a concrete opinion on what would be the best solution to this problem, but I still added some of my thoughts as a comment on the...
I do want to implement that at some point now that the SDK is released under an open source license (see the bottom of the [Known issues and fixes](https://github.com/robbert-vdh/yabridge#known-issues-and-fixes) section),...
I'll probably work on this as part of yabridge 4.0 (or it'll be in 4.1). I just have not yet had the time for it, and it's also not a...
You would need to package both Wine and yabridge in such a way that they can run inside of the Flatpak runtime. One crucial issue with using Flatpak for these...