Version: (using KDE Devel) Installed from: Compiled sources OS: NetBSD Postscript fonts are not found in NetBSD platform. Attached patch fixes the problem.
Created attachment 12828 [details] Patch to fix the problem
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