diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2019-08-02 12:24:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2019-08-02 12:24:53 +0300 |
| commit | b49d987a8cf5f5dd7ba864e20995e21765eaefcf (patch) | |
| tree | 3400e36b7e1aaaa00f680938163808957d0c719b | |
| parent | fbd2ea1f73f3262636efacfe77ad33dc8a4d826f (diff) | |
| download | emacs-b49d987a8cf5f5dd7ba864e20995e21765eaefcf.tar.gz | |
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/PROBLEMS | 7 |
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. $ xrdb -merge ~/.Xresources +** Emacs compiled with Cairo crashes when restoring session from desktop file. + +This can happen if the '.emacs.desktop' file contains setting for +'font-backend' frame parameter. A workaround is to delete the +offending '.emacs.desktop' file, or edit it to remove the setting of +'font-backend'. + ** Emacs aborts while starting up, only when run without X. This problem often results from compiling Emacs with GCC when GCC was |
