bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30874: 27.0.50; Emacs crashes


From: Jan Synacek
Subject: bug#30874: 27.0.50; Emacs crashes
Date: Tue, 3 Apr 2018 10:00:41 +0200

On Fri, Mar 30, 2018 at 1:46 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> modified   src/ftfont.c
>> @@ -764,6 +764,8 @@ ftfont_spec_pattern (Lisp_Object spec, char *otlayout, 
>> struct OpenTypeSpec **ots
>>    if (scalable >= 0
>>        && ! FcPatternAddBool (pattern, FC_SCALABLE, scalable ? FcTrue : 
>> FcFalse))
>>      goto err;
>> +  /* We really don't like color fonts, they cause Xft crashes.  */
>> +  FcPatternAddBool(pattern, FC_COLOR, FcFalse);
>>
>>    goto finish;
>
> Thanks!
>
> Jan, can you see if this patch fixes the problem for you?

Yes, it does fix the problem for me.

Cheers,
-- 
Jan Synacek
Software Engineer, Red Hat





reply via email to

[Prev in Thread] Current Thread [Next in Thread]