Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

How do I enable audio access for Flatpak applications?

+0
−0

I'm trying to make OpenRGB display a light show based on the music playing, however, audio device selection is unavailable in the application, and upon checking its permissions with flatpak permission-show org.openrgb.OpenRGB, there's no entry for audio access. Maybe I've glossed over some details, but upon a look at the Flatpak docs, I've tried these commands:

flatpak permission-set socket org.openrgb.OpenRGB pulseaudio
flatpak permission-set background org.openrgb.OpenRGB pulseaudio
flatpak permission-set input org.openrgb.OpenRGB pulseaudio

They all complete without errors, although they don't add any new entries to the permissions list. If prefixed with sudo, they all fail with: error: Failed to execute child process “dbus-launch” (No such file or directory).

I've also tried sudo flatpak override org.openrgb.OpenRGB --socket=pulseaudio, though that seems not to have any effect either.

I believe OpenRGB uses OpenAL to read the audio; not sure if that's relevant for the specific case.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Please answer the general question if doable (1 comment)

0 answers

Sign up to answer this question »