Bug 205813
| Summary: | evince doesn't display CJK pdf files properly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> | ||||
| Component: | evince | Assignee: | Kristian Høgsberg <krh> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | eng-i18n-bugs | ||||
| Target Milestone: | --- | Keywords: | i18n | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-09-22 21:29:28 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 150224 | ||||||
| Attachments: |
|
||||||
|
Description
Akira TAGOH
2006-09-08 17:30:45 UTC
Created attachment 135865 [details]
testcase
I can confirm that instlling xpdf makes the sample document render in evince. Hmm, adding those data files to poppler will cause file conflicts with xpdf, I guess. xpdf already requires poppler (indirectly, via poppler-utils), so one option would be to just move the files to poppler and remove them from xpdf. A nicer, upstreamable solution would be to make poppler look for /etc/popplerrc before falling back to /etc/xpdfrc looking for /etc/popplerrc sounds much nicer to me too. Looking at the poppler sources, this seems a bit broken currently. We seem to first look at /etc/xpdfrc, then if thats not found, at $HOME/.xpdfrc, then if thats not found, at /etc/xpdfrc again. I'll talk to krh about this when he is back tomorrow. How do we take this to fix then? krh is working on it upstream, and we'll get a new poppler release soon. At least thats my understanding, I'll check with krh later today. Fixed with poppler-0.5.4. |