https://bugzilla.redhat.com/show_bug.cgi?id=1577234
Bug ID: 1577234 Summary: Telegram hangs with fontconfig Product: Fedora Version: 28 Component: fontconfig Assignee: tagoh@redhat.com Reporter: lukasz.wojnilowicz@gmail.com QA Contact: extras-qa@fedoraproject.org CC: ajax@redhat.com, alexl@redhat.com, fonts-bugs@lists.fedoraproject.org, i18n-bugs@lists.fedoraproject.org, john.j5live@gmail.com, mbarnes@fastmail.com, mclasen@redhat.com, pnemade@redhat.com, rhughes@redhat.com, rstrode@redhat.com, sandmann@redhat.com, tagoh@redhat.com
Created attachment 1434939 --> https://bugzilla.redhat.com/attachment.cgi?id=1434939&action=edit Terminal output
Description of problem: Telegram hangs
Version-Release number of selected component (if applicable): tsetup.1.2.17.tar.xz
How reproducible: always
Steps to Reproduce: 1. start Telegram 2. 3.
Actual results: Hang up.
Expected results: No hang up.
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1577234
Akira TAGOH tagoh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2018-05-16 08:58:06
--- Comment #1 from Akira TAGOH tagoh@redhat.com --- This is basically NOTOURBUG because Telegram statically links older fontconfig. what you have options so far is to ask Telegram to update Telegram with fontconfig 2.13 at least or ideally stop statically linking fontconfig in their application.
If you can't wait for their action, you could do take this workaround, copy fonts.conf to $HOME/.config/fontconfig and update the line like '<include ignore_missing="yes">conf.d</include>' to the location where you put the older config files shipped in 2.12.6 or before. e.g. <include ignore_missing="yes">/path/to/fontconfig-2.12.6/conf.d</include>
fonts-bugs@lists.fedoraproject.org