You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The banner then disappears after a while, probably related to the update worker thread when remotes are loaded, it removes the banner and won't add anything because there is nothing in the remote lists, thus the empty top in general.
There is a way to solve this by reconstructing the cache in the constructor of FlatpakBackend.vala if the system fails to find the system or user cache folder via preprocess_metadata. This adds some load time, but I wouldn't expect to be much of a problem since this is a pretty rare case, only happening if you actively delete caches. So it could be a solution for this issue.
The other solution would be to simply not remove the banner and check if you have something in the flatpak remotes list. But I don0t think it's valid because you want the remote app data.
For the first solution I will upload a PR soon to see if anyone sees it valid enough to mark this as solved.
What Happened?
when appcenter starts with a fully empty cache, the UI loads partially:
there is no icons.
the banner disappears after a second or two#
closing and reopening appcenter restores its UI
Steps to Reproduce
kill appcenter
Remove in ~/.cache the folders io.elementary.appcenter, flatpak and appstream
open appcenter
Expected Behavior
appcenter UI is unaffected.
Load animations for icons should appear, and once all is loaded, be left as if cache was never empty
OS Version
8.x (Circe)
Session Type
Secure Session (Wayland)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: