Bug 1815128
Summary: | Degree sign and other symbols not showing correctly in R graphics on Fedora 31/32 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Giorgio Comai <g> | ||||
Component: | R | Assignee: | Tom "spot" Callaway <tcallawa> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 31 | CC: | caillon+fedoraproject, deekej, fonts-bugs, gnome-sig, i18n-bugs, i.ucar86, john.j5live, mclasen, pwu, rhughes, rstrode, sandmann, tagoh, tcallawa, zdohnal | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | R-3.6.3-2.fc31 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-05-13 07:37:11 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Giorgio Comai
2020-03-19 14:44:32 UTC
Move to 'pango', as this seems to be a regression. The issue does not appear if pango is downgraded w.g. with - sudo dnf downgrade --releasever 30 pango-1.43.0-4.fc30.x86_64 The reason may be as detailed in this SO answer: > pango was upgraded to 1.44, which affects bitmap fonts like the default R-Studio font due to the switch from Freetype to HarfBuzz https://stackoverflow.com/a/60733863/4124601 Either way, if this prevents all R users on Fedora from having symbols in default graphics, it would be great to have it solved at the package level. In pango 1.44, pango switch to use harfbuzz and dropped Adobe Type 1 font support. We suggest to use makeotf from Adobe Font Development Kit for OpenType to convert the PostScript fonts to OpenType fonts. URL: https://bugzilla.redhat.com/show_bug.cgi?id=1809918 Before that, maybe you could try to use makeotf to convert the fonts, and install the fonts into ~/.local/share/fonts/ . Maybe the above conversion can make the Degree sign work again. This should be moved to "R" instead of "pango". See https://stat.ethz.ch/pipermail/r-devel/2020-March/079186.html for a detailed explanation on what's the issue. Paul Murrell is already working on a fix for R: https://stat.ethz.ch/pipermail/r-devel/2020-March/079230.html Upstream issue: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17748 FEDORA-2020-4463b97145 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-4463b97145 FEDORA-2020-4463b97145 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-4463b97145` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-4463b97145 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-4463b97145 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report. |