aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-08-02 12:24:53 +0300
committerEli Zaretskii2019-08-02 12:24:53 +0300
commitb49d987a8cf5f5dd7ba864e20995e21765eaefcf (patch)
tree3400e36b7e1aaaa00f680938163808957d0c719b
parentfbd2ea1f73f3262636efacfe77ad33dc8a4d826f (diff)
downloademacs-b49d987a8cf5f5dd7ba864e20995e21765eaefcf.tar.gz
emacs-b49d987a8cf5f5dd7ba864e20995e21765eaefcf.zip
Mention font-backend related crashes in PROBLEMS
* etc/PROBLEMS: Mention the crash in the Cairo build when .emacs.desktop messes with font-backend. (Bug#36835)
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 785e6e18afa..2d56cc761ae 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -45,6 +45,13 @@ following command may do the trick. See xrdb(1) for more information.
45 45
46 $ xrdb -merge ~/.Xresources 46 $ xrdb -merge ~/.Xresources
47 47
48** Emacs compiled with Cairo crashes when restoring session from desktop file.
49
50This can happen if the '.emacs.desktop' file contains setting for
51'font-backend' frame parameter. A workaround is to delete the
52offending '.emacs.desktop' file, or edit it to remove the setting of
53'font-backend'.
54
48** Emacs aborts while starting up, only when run without X. 55** Emacs aborts while starting up, only when run without X.
49 56
50This problem often results from compiling Emacs with GCC when GCC was 57This problem often results from compiling Emacs with GCC when GCC was