Bug 113771

Summary: Postscript fonts are not found in NetBSD
Product: [Applications] kpdf Reporter: Hasso Tepper <hasso>
Component: generalAssignee: Albert Astals Cid <aacid>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: NetBSD   
Latest Commit: Version Fixed In:
Attachments: Patch to fix the problem

Description Hasso Tepper 2005-10-03 13:57:25 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                NetBSD

Postscript fonts are not found in NetBSD platform. Attached patch fixes the problem.
Comment 1 Hasso Tepper 2005-10-03 13:57:56 UTC
Created attachment 12828 [details]
Patch to fix the problem
Comment 2 Albert Astals Cid 2005-10-03 20:14:06 UTC
SVN commit 466934 by aacid:

Find PS fonts on NetBSD
Thanks for the patch
BUG: 113771


 M  +2 -0      GlobalParams.cc  


--- branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf/GlobalParams.cc #466933:466934
@@ -113,8 +113,10 @@
 #else
 static const char *displayFontDirs[] = {
   "/usr/share/ghostscript/fonts",
+  "/usr/pkg/share/ghostscript/fonts",
   "/usr/local/share/ghostscript/fonts",
   "/usr/share/fonts/default/Type1",
+  "/usr/X11R6/lib/X11/fonts/Type1",
   "/usr/share/fonts/default/ghostscript",
   "/usr/share/fonts/type1/gsfonts",
   NULL