Bug 1215646 - Fontconfig file oversight on Noto Sans CJK fonts
Summary: Fontconfig file oversight on Noto Sans CJK fonts
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: All openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Simon Lees
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-24 21:23 UTC by Daniel Zañudo
Modified: 2024-06-13 12:08 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Zañudo 2023-09-24 21:23:32 UTC
On /etc/fonts/conf.d/60-family-prefer.conf the Noto Sans CJK fonts don't have the 'CJK' part in their names (instead of "Noto Sans CJK JP" it appears as "Noto Sans JP"), making the fonts not get used for CJK text.
Comment 1 JS 2024-06-13 12:08:09 UTC
The package google-noto-sans-cjk-fonts switched from the region-specific variants (Noto Sans {JP,KR,SC,TC}) to the language-specific variants (Noto Sans CJK {JP,KR,SC,TC}) in revision 5.
https://build.opensuse.org/package/rdiff/openSUSE:Factory/google-noto-sans-cjk-fonts?linkrev=base&rev=5#diff_2_n66

60-family-prefer.conf in the package fonts-config has not catch up with this change.

Because users may install the region-specific variants manually, I think adding the language-specific CJK variants to 60-family-prefer.conf, rather than change the existing region-specific ones, is preferable.