Skip to content

applications: Fix terminal launch of application

Trying to launch the settings for a specific application from a terminal using "gnome-control-center applications APP_ID" currently fails, as the permission store async call is usually not done yet.

Fix this by re-activating the attempted app selection when the async call finishes.

Testing
To test this, build Settings from git main, and then call gnome-control-center applications org.gnome.Nautilus. It will not show the settings for Files, but that does work on 45.1.

Merge request reports