flatpak run org.freefilesync.FreeFileSync
(FreeFileSync:2): Pango-WARNING **: 12:16:50.203: failed to create cairo scaled font, expect ugly output. the offending font is 'Noto Sans 9.999'
(FreeFileSync:2): Pango-WARNING **: 12:16:50.203: font_face status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.203: scaled_font status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.203: failed to create cairo scaled font, expect ugly output. the offending font is 'Noto Sans 9.999'
(FreeFileSync:2): Pango-WARNING **: 12:16:50.203: font_face status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.203: scaled_font status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.214: failed to create cairo scaled font, expect ugly output. the offending font is 'Noto Sans Bold 9.999'
(FreeFileSync:2): Pango-WARNING **: 12:16:50.214: font_face status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.214: scaled_font status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.215: failed to create cairo scaled font, expect ugly output. the offending font is 'Noto Sans Bold 9.999'
(FreeFileSync:2): Pango-WARNING **: 12:16:50.215: font_face status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.215: scaled_font status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.647: failed to create cairo scaled font, expect ugly output. the offending font is 'Noto Sans 9.999'
(FreeFileSync:2): Pango-WARNING **: 12:16:50.647: font_face status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.647: scaled_font status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.647: failed to create cairo scaled font, expect ugly output. the offending font is 'Noto Sans 9.999'
(FreeFileSync:2): Pango-WARNING **: 12:16:50.647: font_face status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.647: scaled_font status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.668: failed to create cairo scaled font, expect ugly output. the offending font is 'Noto Sans Bold 9.999'
(FreeFileSync:2): Pango-WARNING **: 12:16:50.668: font_face status is: file not found
(FreeFileSync:2): Pango-WARNING **: 12:16:50.668: scaled_font status is: file not found
Also, is 26.06 a typo or did you switch to a channel that doesn’t exist? Or maybe change system.stateVersion thinking that does it? Double check /etc/os-release says what you expect it to.
I didn’t change the system.Stateversion . It’s on the same version I’ve used from when I first installed NixOS on this drive: system.stateVersion = “24.05”
Thanks again for sharing the location of this fix.
This was my solution:
If everything is mounted properly, but you still do not see fonts in flatpak app - force font cache recreation inside flatpak container: flatpak run --command=fc-cache <application id> -f -v
I just had to add the app ID: org.freefilesync.FreeFileSync
I’m not sure if this fixed it either, but I added it to my config prior to running the previous command in this post: