
We currently create the default folder with the corresponding app list, regardless of whether the apps are actually part of the default install or not. This matters when a user explicitly install such an app later, as it will be hidden away in the folder rather than appended to the app grid as expected. To avoid that, only add currently-installed apps to the folder when creating it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3632>