Mission Center missing fonts after reboot

After restarting Bluefin today (and I assume updates were applied in the process), the Mission Center app appears to be missing its fonts. Reinstalling Mission Center did not fix the issue. Should I report this to the Mission Center devs, or is this a Bluefin update issue?

I had this issue after a recent update. It wasn’t specific to mission center but all my flatpak apps. I had to search around and found a topic that included a fix. I had to clear the cache for the apps. I suspect a font change was made in a recent update.

This command will go through all your flatpak apps and clear the cache for each one. You can modify this to only clear the mission center cache if you want:

flatpak list --columns=application | xargs -I %s -- flatpak run --command=fc-cache %s -f -v

1 Like

That worked, thanks. Looks like it was all the flatpak apps, so the font change explanation makes sense–maybe the update from Fedora 39 to 40?

Thanks again.

Worked for me too, thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.