aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2021-10-20 18:22:40 +0200
committerRobert Pluim2021-10-20 18:23:51 +0200
commit2d647e88faeb53c15d00e2198da480dbd540a4ec (patch)
tree0a78c02686dedaf7b302809504d4d20e27e4957b
parentc9160409218bd8d96b8d5180719b77708917e315 (diff)
downloademacs-2d647e88faeb53c15d00e2198da480dbd540a4ec.tar.gz
emacs-2d647e88faeb53c15d00e2198da480dbd540a4ec.zip
Describe how to debug fontconfig issues
* etc/PROBLEMS: Add FC_DEBUG usage pointers.
-rw-r--r--etc/PROBLEMS12
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
754Running Emacs as
755
756 FC_DEBUG=1024 emacs
757
758will cause fontconfig to output information about which configuration
759files it is reading. Running Emacs as
760
761 FC_DEBUG=1 emacs
762
763will result in information about the results of fontconfig's font
764matching (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.
755For example, XFree86 4.3.0 has one version and Gnome usually comes 767For example, XFree86 4.3.0 has one version and Gnome usually comes
756with a newer version. Emacs compiled with Gtk+ will then use the 768with a newer version. Emacs compiled with Gtk+ will then use the