flathub / org.mixxx.Mixxx

https://flathub.org/apps/details/org.mixxx.Mixxx
7 stars 6 forks source link

JACK support #19

Closed SolarLiner closed 3 years ago

SolarLiner commented 4 years ago

Access to /dev/shm is explicitely blacklisted for sandboxed apps, which means using --filesystem=/dev/shm does not expose JACK sockets to the sandbox; and neither does --device=all.

A special --device=shm permission will land in Flatpak 1.6.1 to support the workaround, but the longer term solution is to use PipeWire through its JACK extension.

This issue is blocked by https://github.com/flatpak/flatpak/issues/1509.

hfiguiere commented 4 years ago

The only way to support jack is to use the pw-jack. This can be done with the 5.15 runtime (Freedesktop 20.08)

hfiguiere commented 3 years ago

Since #26 it should be doable.