After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612298 - evince does not use t1 font mapping files when viewing dvi
evince does not use t1 font mapping files when viewing dvi
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: backends
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-09 14:25 UTC by Marek Kašík
Modified: 2012-02-04 12:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use new font name instead of the old one (1.31 KB, patch)
2010-03-09 14:25 UTC, Marek Kašík
committed Details | Review
mdvi.conf example (20 bytes, text/plain)
2010-03-09 14:32 UTC, Marek Kašík
  Details

Description Marek Kašík 2010-03-09 14:25:42 UTC
Created attachment 155650 [details] [review]
use new font name instead of the old one

evince doesn't contain mdvi.conf file. This file is necessary when evince is compiled with --enable-t1lib. Opening a dvi file which requests a font mapped to another font (e.g. pplr8r -> uplr8a in ps2pk.map) causes generation of pk version of this font by mktexpk because it cannot find corresponding mapping file (e.g. the ps2pk.map file).

Even if this works then mdvi gets original font name instead of the new one (attached patch fixes this + it cancels need for absolute paths in mdvi.conf).

Marek
Comment 1 Marek Kašík 2010-03-09 14:27:38 UTC
This was originally reported downstream here:
  https://bugzilla.redhat.com/show_bug.cgi?id=562648
Comment 2 Marek Kašík 2010-03-09 14:32:26 UTC
Created attachment 155651 [details]
mdvi.conf example
Comment 3 André Klapper 2012-02-03 14:08:44 UTC
Comment on attachment 155650 [details] [review]
use new font name instead of the old one

[Setting "patch" flag and correcting mime type so this can actually be queried for.]
Comment 4 Carlos Garcia Campos 2012-02-04 12:09:33 UTC
Review of attachment 155650 [details] [review]:

Pushed to git master, thanks!