Bug 442992
Summary: | Required font metric files are for sazanami, not kochi | ||
---|---|---|---|
Product: | [Community] Publican | Reporter: | Satoru SATOH <ssato> |
Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 1.6 | CC: | mmcallis, publican-list |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.34 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-05-19 03:02:27 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Satoru SATOH
2008-04-18 03:07:33 UTC
I maybe understand the reason for current fop configuration. RHEL5 have a package named fonts-japanese _looks_ having "kochi-subst*.ttf". But, you can see these are symlinks to sazanami-*.ttf actually just by looking at its RPM SPEC. (The snippet below is from fonts-japanese.spec in fonts-japanese-0.20061016-4.el5.src.rpm) -----------------------------------:X----------------------------------- %post { ... # make symlinks for java referring to old path and fonts ln -sf ../../japanese/TrueType/sazanami-gothic.ttf %{_datadir}/fonts/ja/TrueType/kochi-gothic-subst.ttf || : ln -sf ../../japanese/TrueType/sazanami-mincho.ttf %{_datadir}/fonts/ja/TrueType/kochi-mincho-subst.ttf || : ... } -----------------------------------:X----------------------------------- It looks just a quick hack to keep backward compatibility as a temporal solution. Add to this, current JDK (OpenJDK-1.6.0) is correctly configured to refer to sazanami fonts instead of kochi-subst fonts. So symlinks are not needed any more. It's summarized as follows. - rhel5 needs configuration for sazanami fonts even if there are symlinks. - fedora needs configuration for sazanami; symlinks to kochi-subst are gone. P.S. Unfortunately the paths for these fonts are different between rhel5 and fedora. So the fop configuration file might needed to be generated in accordance with target during build process. Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Switched to sazanami fonts. |