Summary: | cannot display formulas | ||
---|---|---|---|
Product: | [Applications] calligracommon | Reporter: | Symeon Huang <hzwhuang> |
Component: | text-layout | Assignee: | Calligra Bugs <calligra-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | major | CC: | cbo, rdieter |
Priority: | NOR | ||
Version: | 2.6.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
stdout text of command fc-cache -fv
stdout text of calligrastage screenshot of formula with abnormal symbols in calligrastage screenshot of formula with normal symbols in libreoffice-presentation This ODP file is converted from M$ document. Original M$ file. calligrastage (2.6.2) output opening sample document proof it works in calligra |
Description
Symeon Huang
2013-03-22 14:49:22 UTC
i think you have maybe just forgot to install the font. copying the files over is not enough I'm pretty sure it works, but please attach a testfile if you still cant get it to work fc-cache -fv is the command to be run Created attachment 78311 [details]
stdout text of command fc-cache -fv
Created attachment 78312 [details]
stdout text of calligrastage
Created attachment 78313 [details]
screenshot of formula with abnormal symbols in calligrastage
Created attachment 78314 [details]
screenshot of formula with normal symbols in libreoffice-presentation
I've tried the command you mentioned above. Still, not fixed. I've uploaded the standard output of calligrastage and "fc-cache -fv" command and related screenshots. P.S. I've installed full suite of calligra. well you have not installed the fonts (the fc-cache output shows it) - it's a local issue - sorry but I don't have time to help you (i'm busy) - try getting help from your distribution or search the internet - it's not calligra specific - most packaging of libreoffice installs it's own copy of fonts calligra (or rather Qt) uses the system you may have to copy fonts from a windows installation or at least install mscorefonts package Created attachment 78316 [details]
This ODP file is converted from M$ document.
Created attachment 78317 [details]
Original M$ file.
Sorry to disturb you. But the problem still exists even though I installed almost all symbol fonts. I've asked folks on IRC #fedora-kde , they suggest me to upload my presentation files so you could reproduce the problem. Actually, the problem maybe more about formula rather than symbols. Created attachment 78318 [details]
calligrastage (2.6.2) output opening sample document
in particular, warnings about
Unknown Calligra MimeType "application/vnd.oasis.opendocument.formula"
is likely the concern here
Fwiw, I have all matter of symbol fonts available and installed too, but seems to me that's not relevant here (imo) Created attachment 78319 [details]
proof it works in calligra
As you can see on this link it works without a problem for me
it has all the symptoms of missing font to me it is an emf or wmf image so there is not even talk about a formula OK, I think I found the root cause, and it's related to our fedora packaging. :( When kformula was removed/disabled from calligra, our packaging scripts omitted kformulapart.desktop , since it apparently referenced a non-existent, X-KDE-Library=kformulapart I don't quite fully understand it, but installing that missing file makes things work (again). ok thanks, it sounds really weird indeed |