Skip to content

accessDialog: Allow requests from apps in STARTING state

Florian Müllner requested to merge fmuellner/gnome-shell:more-access into main

Currently we restrict requests to the focus app. That's a bit too restrictive, for example it prevents Weather from using the Location portal, because it waits for its state to be ready before showing its window.

Address this by loosen the restriction a bit and also allow apps in STARTING state (that is, with an active startup sequence).

See gnome-weather!84 (merged).

Merge request reports

Loading