Skip to content

flatpak: Help flatpak backend start faster

Aleix Pol Gonzalez requested to merge work/apol/flatpak-faster-startup into master

At the moment we were doing a slow-ish call right at the beginning to check which resources are updateable. We will be checking that soon enough in the startup process, so we better not block in there so we can produce a working UI sooner.

Merge request reports