You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the AccessCamera method finds 'ask' in the permission store, it presents the dialog, but leaves 'ask' in the store (so it gets presented again next time). But the OpenPipewireRemote method only looks for a 'yes' in the permission store, so if it finds the 'ask', it says 'permission denied'.
What needs to happen here is that AccessCamera needs to return a token that can be passed to OpenPipewireRemote to prove that the application has access to the camera. As it is, the split into two methods doesn't work, at least for the 'ask' permission.
Steps to Reproduce
Look at the code.
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered:
Operating System
Fedora
XDG Desktop Portal version
1.18
XDG Desktop Portal version (Other)
No response
Desktop Environment
GNOME
Desktop Environment (Other)
No response
Expected Behavior
Things should work.
Current Behavior
If the AccessCamera method finds 'ask' in the permission store, it presents the dialog, but leaves 'ask' in the store (so it gets presented again next time). But the OpenPipewireRemote method only looks for a 'yes' in the permission store, so if it finds the 'ask', it says 'permission denied'.
What needs to happen here is that AccessCamera needs to return a token that can be passed to OpenPipewireRemote to prove that the application has access to the camera. As it is, the split into two methods doesn't work, at least for the 'ask' permission.
Steps to Reproduce
Look at the code.
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: