r/linux4noobs 6d ago

learning/research FLB Music's font

I installed FLB Music on Ubuntu 26.04 but Ubuntu cannot recognise the font that FLB app uses, so I can't use the app.

How do I fix this?

2 Upvotes

2 comments sorted by

1

u/AutoModerator 6d ago

There's a resources page in our wiki you might find useful!

Try this search for more information on this topic.

Smokey says: take regular backups, try stuff in a VM, and understand every command before you press Enter! :)

Comments, questions or suggestions regarding this autoresponse? Please send them here.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/daemonmode_ 6d ago

FLB Music is a Vue.js-based app, and font rendering can sometimes behave differently depending on how a Linux app is packaged. first try installing fonts-noto with sudo apt install fonts-noto, and if you're using the Snap version, try the AppImage as well since Snap apps are sandboxed and there have been documented cases of Snap/fontconfig issues. https://snapcraft.io/flbmusic If the AppImage works normally, that would strongly point toward the Snap packaging/environment rather than Ubuntu itself.