Last active
July 21, 2020 21:35
-
-
Save vicente-gonzalez-ruiz/b4772e3c93612b31fc7a82a908407bb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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