-
Bug
-
Resolution: Answered
-
High
-
None
-
6.2.1, 6.3.4, 6.4.0, 6.5.2, 6.6.0
-
37
-
Severity 3 - Minor
-
49
-
Macro header shows garbled text and weird symbols in Linux. Captcha appears warped and unreadable.
Environment
- Linux distributions, especially RedHat (RHEL) and CentOS
- Confluence v6 and above
Steps to reproduce
- Insert any macro having a title, like the Panel Macro
Expected Behavior
Macro header (the name of the macro) renders properly
Actual Behavior
Strange characters appear in place of the macro name.
Workaround
- Stop Confluence
- Make one or both of the following changes:
- Uninstall lyx-fonts package (Lyx/MathML fonts - A collection of Math symbol fonts for lyx) if it is installed on the server
- Ensure the following fonts are installed:
yum install ghostscript yum install dejavu-fonts-common yum install dejavu-sans-fonts yum install dejavu-sans-mono-fonts yum install motif
some versions of ghostscript package can be affected by security vulnerability CVE-2018-16509 discovered in September 2018.
for more details see - https://security-tracker.debian.org/tracker/CVE-2018-16509
- https://access.redhat.com/security/cve/cve-2018-16509
- https://www.exploit-db.com/exploits/45369/
- Rebuild the font cache by using the following command:
fc-cache -s
- Clear the plugin cache as described at How to clear Confluence plugins cache
- Rebuild the content index as described at How to Rebuild the Content Indexes From Scratch on Confluence Server
- Start Confluence
- Clear browser cache and verify fonts are displayed correctly
Notes
Confluence requires some fonts to work in Linux distributions that are not included in the installation package or in the documentation as a requirement.
In some cases, the workaround also works for file previews such as Office files and PDF.
- is incorporated by
-
CONFSERVER-54785 Various functions fail when Confluence is installed on RHEL 7.4 due to OS-level font bug
- Long Term Backlog
- is related to
-
JRASERVER-66069 Captcha appears warped and unreadable and chart gadgets that print graphics show garbled text and weird symbols when running JIRA in Linux
- Closed