diff options
| author | Robert Pluim | 2021-10-20 18:22:40 +0200 |
|---|---|---|
| committer | Robert Pluim | 2021-10-20 18:23:51 +0200 |
| commit | 2d647e88faeb53c15d00e2198da480dbd540a4ec (patch) | |
| tree | 0a78c02686dedaf7b302809504d4d20e27e4957b | |
| parent | c9160409218bd8d96b8d5180719b77708917e315 (diff) | |
| download | emacs-2d647e88faeb53c15d00e2198da480dbd540a4ec.tar.gz emacs-2d647e88faeb53c15d00e2198da480dbd540a4ec.zip | |
Describe how to debug fontconfig issues
* etc/PROBLEMS: Add FC_DEBUG usage pointers.
| -rw-r--r-- | etc/PROBLEMS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index f396dc3a000..2d3bc0c9401 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -751,6 +751,18 @@ Try removing or moving aside "$XDG_CONFIG_HOME/fontconfig/conf.d" and | |||
| 751 | "$XDG_CONFIG_HOME/fontconfig/fonts.conf" | 751 | "$XDG_CONFIG_HOME/fontconfig/fonts.conf" |
| 752 | ($XDG_CONFIG_HOME is treated as "~/.config" if not set) | 752 | ($XDG_CONFIG_HOME is treated as "~/.config" if not set) |
| 753 | 753 | ||
| 754 | Running Emacs as | ||
| 755 | |||
| 756 | FC_DEBUG=1024 emacs | ||
| 757 | |||
| 758 | will cause fontconfig to output information about which configuration | ||
| 759 | files it is reading. Running Emacs as | ||
| 760 | |||
| 761 | FC_DEBUG=1 emacs | ||
| 762 | |||
| 763 | will result in information about the results of fontconfig's font | ||
| 764 | matching (including the filename(s) of the resulting fonts). | ||
| 765 | |||
| 754 | *** This can occur when two different versions of FontConfig are used. | 766 | *** This can occur when two different versions of FontConfig are used. |
| 755 | For example, XFree86 4.3.0 has one version and Gnome usually comes | 767 | For example, XFree86 4.3.0 has one version and Gnome usually comes |
| 756 | with a newer version. Emacs compiled with Gtk+ will then use the | 768 | with a newer version. Emacs compiled with Gtk+ will then use the |