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

Post History

50%
+0 −0
Q&A How do I enable audio access for Flatpak applications?

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 permiss...

1 answer  ·  posted 2mo ago by Andreas demands justice for humanity‭  ·  last activity 2h ago by ɯıpɐʌ‭

Question flatpak
#3: Post edited by user avatar Andreas demands justice for humanity‭ · 2025-01-23T14:14:20Z (about 2 months ago)
  • 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](https://docs.flatpak.org/en/latest/sandbox-permissions.html), 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 believe OpenRGB uses OpenAL to read the audio; not sure if that's relevant for the specific case.
  • 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](https://docs.flatpak.org/en/latest/sandbox-permissions.html), 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.
#2: Post edited by user avatar Andreas demands justice for humanity‭ · 2025-01-23T14:10:15Z (about 2 months ago)
  • 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](https://docs.flatpak.org/en/latest/sandbox-permissions.html), 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.
  • I believe OpenRGB uses OpenAL to read the audio; not sure if that's relevant for the specific case.
  • 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](https://docs.flatpak.org/en/latest/sandbox-permissions.html), 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 believe OpenRGB uses OpenAL to read the audio; not sure if that's relevant for the specific case.
#1: Initial revision by user avatar Andreas demands justice for humanity‭ · 2025-01-23T13:42:41Z (about 2 months ago)
How do I enable audio access for Flatpak applications?
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](https://docs.flatpak.org/en/latest/sandbox-permissions.html), 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.

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