Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera: use an empty app id in access dialog in case of empty app info #1512

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. Camera: use an empty app id in access dialog in case of empty app info

    Sending an app id that doesn't resolve to valid app info (e.g. a desktop
    file is not found) will automatically reject camera request, because the
    backend is not able to verify whether the app (based on app id) runs in
    the background. This happens for example when you start Firefox in GNOME
    using Alt + F2 shortcut, where we get firefox" as app id from cgroups
    and since it doesn't find opened application window for "firefox", it
    automatically rejects the request. Using an empty id fixes this problem.
    grulja committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    754d413 View commit details
    Browse the repository at this point in the history