qjackctl/container.yaml
Yaakov Selkowitz 51c7244445 Update Exec fixup
2026-05-18 14:27:16 -04:00

23 lines
713 B
YAML

flatpak:
id: org.rncbc.qjackctl
branch: stable
runtime-name: flatpak-kde6-runtime
runtime-version: f44
packages:
- qjackctl
command: qjackctl
finish-args: |-
--device=all
--filesystem=home
--filesystem=xdg-config/kdeglobals:ro
--filesystem=xdg-run/pipewire-0
--share=ipc
--socket=wayland
--socket=fallback-x11
--talk-name=org.jackaudio.service
--talk-name=org.kde.StatusNotifierWatcher
--talk-name=org.kde.kconfig.notify
--talk-name=org.kde.KGlobalSettings
--env=TMPDIR=/var/tmp
cleanup-commands: |
sed -i -e '/^Exec=/s/-platform xcb *//' /app/share/applications/*.desktop