flathub / com.jetbrains.IntelliJ-IDEA-Ultimate

https://flathub.org/apps/details/com.jetbrains.IntelliJ-IDEA-Ultimate
15 stars 8 forks source link

Cannot access to microphone #115

Open tunix opened 1 year ago

tunix commented 1 year ago

Hi,

For Code With Me sessions, I wanted to start a call. I was able to give access to my camera (via Flatseal) but not to the microphone. Is there anything we can do about this on flatpak side?

x80486 commented 1 year ago

How did you give access to your camera? I think what's missing on this manifest is --device=all, but I guess that's what you might have set in Flatseal.

tunix commented 1 year ago

Yes, I set that inside Flatseal but access to the microphone is still not available.

x80486 commented 1 year ago

I will have to take a look at this one. As far as I can tell, --device=all should do it, but it could be that there is a missing dependency or IntelliJ IDEA is unable to use this functionality correctly — through portals, etc.