diff options
| author | Robert Pluim | 2021-01-05 14:42:10 +0100 |
|---|---|---|
| committer | Robert Pluim | 2021-01-05 14:42:10 +0100 |
| commit | 97747e6fb9890ef528cbe21636cc99508efeba2b (patch) | |
| tree | 5b7efaf3118cf143be4d0c99f2c582b250a67940 | |
| parent | 33d0c603c6795488ed0283a1e83cb02eb290f567 (diff) | |
| download | emacs-97747e6fb9890ef528cbe21636cc99508efeba2b.tar.gz emacs-97747e6fb9890ef528cbe21636cc99508efeba2b.zip | |
Tell people how to remove fontconfig customizations
| -rw-r--r-- | etc/PROBLEMS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 7499726678e..cfca598d608 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -693,6 +693,11 @@ versions of gnutls-cli, or use Emacs's built-in gnutls support. | |||
| 693 | 693 | ||
| 694 | ** Characters are displayed as empty boxes or with wrong font under X. | 694 | ** Characters are displayed as empty boxes or with wrong font under X. |
| 695 | 695 | ||
| 696 | *** This may be due to your local fontconfig customization. | ||
| 697 | Try removing or moving aside "$XDG_CONFIG_HOME/fontconfig/conf.d" and | ||
| 698 | "$XDG_CONFIG_HOME/fontconfig/fonts.conf" | ||
| 699 | ($XDG_CONFIG_HOME is treated as "~/.config" if not set) | ||
| 700 | |||
| 696 | *** This can occur when two different versions of FontConfig are used. | 701 | *** This can occur when two different versions of FontConfig are used. |
| 697 | For example, XFree86 4.3.0 has one version and Gnome usually comes | 702 | For example, XFree86 4.3.0 has one version and Gnome usually comes |
| 698 | with a newer version. Emacs compiled with Gtk+ will then use the | 703 | with a newer version. Emacs compiled with Gtk+ will then use the |