Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active July 21, 2020 21:35
Show Gist options
  • Save vicente-gonzalez-ruiz/b4772e3c93612b31fc7a82a908407bb8 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/b4772e3c93612b31fc7a82a908407bb8 to your computer and use it in GitHub Desktop.
If you get:
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "7x13bold" to type FontStruct
Warning: Unable to load any usable ISO8859 font
Warning: Unable to load any usable ISO8859 font
Violación de segmento (`core' generado)
when you start xfig, try:
sudo pacman -R gsfonts # Try to avoid install this package
wget https://aur.archlinux.org/cgit/aur.git/snapshot/gsfonts-type1.tar.gz
tar xvf gsfonts-type1.tar.gz
cd xvf gsfonts-type1
makepkg
sudo pacman -U ...
xset +fp /usr/share/fonts/Type1
xset fp rehash
xfig ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment