
Originally Posted by
akontsevich
What exactly did you try?
From that link:
And base on this added the line
>
> <dir>/usr/share/ghostscript</dir>
>
> between <fontconfig> and </fontconfig> of the /etc/fonts/local.conf file.
On my 13.2 system, the fonts are in /usr/share/ghostscript/fonts/, /usr/share/fonts/ghostscript is a symlink to that.
So try to add one of those dirs to /etc/fonts/local.conf or ~/.config/fontconfig/fonts.conf instead.
Btw, on my 13.2 system here the URW fonts show up just fine in KDE, Inkscape, and LibreOffice without any manual change (I don't have a 13.1 system near me to try). So maybe you should revert all your custom modifications to /etc/fonts/?
Try to remove/rename /etc/fonts/ and reinstall the package fontconfig to get back the defaults.
And make sure that ~/.config/fontconfig/fonts.conf doesn't interfere, so better remove/rename this as well.
You might also have to recreate the fontconfig cache: (as root and as user to be sure)
Code:
fc-cache -r
sudo fc-cache -r
PS: "fc-list" shows a list of all fonts found by fontconfig. On my system:
Code:
# fc-list|grep -i urw
/usr/share/fonts/ghostscript/b018035l.pfb: URW Bookman L:style=Demi Bold Italic
/usr/share/fonts/ghostscript/a010015l.pfb: URW Gothic L:style=Demi
/usr/share/fonts/ghostscript/b018032l.pfb: URW Bookman L:style=Light Italic
/usr/share/fonts/ghostscript/p052004l.pfb: URW Palladio L:style=Bold
/usr/share/fonts/ghostscript/a010033l.pfb: URW Gothic L:style=Book Oblique
/usr/share/fonts/ghostscript/b018012l.pfb: URW Bookman L:style=Light
/usr/share/fonts/ghostscript/a010035l.pfb: URW Gothic L:style=Demi Oblique
/usr/share/fonts/ghostscript/b018015l.pfb: URW Bookman L:style=Demi Bold
/usr/share/fonts/ghostscript/z003034l.pfb: URW Chancery L:style=Medium Italic
/usr/share/fonts/ghostscript/p052024l.pfb: URW Palladio L:style=Bold Italic
/usr/share/fonts/ghostscript/p052003l.pfb: URW Palladio L:style=Roman
/usr/share/fonts/ghostscript/p052023l.pfb: URW Palladio L:style=Italic
/usr/share/fonts/ghostscript/a010013l.pfb: URW Gothic L:style=Book
And xfontsel probably shows them because it does not use fontconfig?
Bookmarks