Comment 1 for bug 321932

Revision history for this message
Graziano (graziano-giuliani-gmail) wrote : Re: ghostscript stop rendering with font errors

Seems packaging has forgot some iportant Resource files.

What I have done to have it working again:

$ sudo su -
Password:
# cd /usr/share/ghostscript/8.64/Resource
# mv Font Font.backup
# mv Init Init.backup
# svn checkout http://svn.ghostscript.com/ghostscript/trunk/gs/Resource/Init
# svn checkout http://svn.ghostscript.com/ghostscript/trunk/gs/Resource/Font

now, doing a loadallfonts on gs prompt does work (some fonts missing, but evince now works).
For me missing files are the Fontmap and Fontmap.GS in Init directory, Do not know ghostscript enough to suggest anything more than this.