You are not logged in.
Pages: 1
gv worked well when I installed ArchLinux at the beginning of this year. But after a recent general update (pacman -Syu) it stopped working.
Running gv from the command line opens it but then it hangs up, showing a blank screen with no image. The terminal shows the following:
$ gv ~/path/to/file.ps
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*" to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
The patent remedies I found on internet didn't help.
-- I have checked /etc/locale.conf which seems to be OK,
-- I tried adding extra fonts using xset fp= /usr/share/fonts/...
-- I also tried de-installing and re-installing gv, (now currently version 3.7.4-5)
... but to no avail.
Can anybody help please??
Thanks in advance.
Dynosaw.
--
Last edited by dynosaw (2022-11-06 11:44:28)
Offline
Does
LC_CTYPE=C gv ~/path/to/file.ps1. rid you of the font warnings?
2. show an image?
I assume the font messages are unrelated and the problem is the ghostscript udpate to 10.0 last month, https://archlinux.org/packages/extra/x8 … ostscript/ ?
nb. https://archlinux.org/packages/testing/ … ostscript/ w/ https://github.com/archlinux/svntogit-p … 580a569e89
Offline
Seth,
Thanks for your reply.
I tried several several .ps files and one .eps file.
LC_CTYPE=C gv ~/path/to/file.ps
removes the warnings, but still no image is rendered.
Dynosaw
Offline
I assume the font messages are unrelated and the problem is the ghostscript udpate to 10.0 last month, https://archlinux.org/packages/extra/x8 … ostscript/ ?
nb. https://archlinux.org/packages/testing/ … ostscript/ w/ https://github.com/archlinux/svntogit-p … 580a569e89
Offline
Following a regular update (pacman -Syu) ghostscript was replaced with version 10.0.0-2 and that solved the problem.
Thanks for your help and advice.
Dynosaw
--
Offline
Pages: 1