SUMMARY The Yakuake flatpak cannot make use of user installed fonts, installed in the users $HOME STEPS TO REPRODUCE 1. Go to "Edit Current Profile"->Appearance->Choose Font OBSERVED RESULT Only Fonts available in the flatpak (or the runtimes, probably more accurately) are available to select EXPECTED RESULT That Yakuake sees the fonts I have installed in $HOME/.fonts and allows me to make use of them. SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE Kalpa (Linux Kernel 6.7.1-2-default (64-bit)) KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.114.0 Qt Version: 5.15.12 ADDITIONAL INFORMATION
I think ~/.fonts is the wrong location. Flatpak should look for fonts in ~/.local/share/fonts however. See https://github.com/flatpak/flatpak/issues/924
This should ultimately be fixed by fixing Bug 367650 and Bug 442976, since those are our entry points for installing fonts. Arbitrarily marking as a duplicate of Bug 442976 since we can't multi-dupe. *** This bug has been marked as a duplicate of bug 442976 ***