README: mention Pipewire and JACK

This commit is contained in:
Peter Cai 2024-04-28 15:23:23 -04:00
parent f3af5b9cda
commit d96a4a114c

View file

@ -128,6 +128,9 @@ Limitations
in `config.sh` until Sommelier, the desktop environment, or the app improve. in `config.sh` until Sommelier, the desktop environment, or the app improve.
- PulseAudio socket is not isolated but shared directly. This could ideally be solved by - PulseAudio socket is not isolated but shared directly. This could ideally be solved by
a proxy of PulseAudio similar to Sommelier for Wayland / Xorg. a proxy of PulseAudio similar to Sommelier for Wayland / Xorg.
- JACK is unsupported; however, Pipewire socket is shared by default just like PulseAudio,
if it exists on the host. All apps requiring JACK is packaged with `pipewire-jack` in this
repository.
- DBus is not shared at all into application containers. This means that input methods such - DBus is not shared at all into application containers. This means that input methods such
as Fcitx would not work through their traditional DBus interfaces, and status indicators as Fcitx would not work through their traditional DBus interfaces, and status indicators
through `libappindicator` are broken (e.g. Steam). through `libappindicator` are broken (e.g. Steam).