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

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

[debbugs-tracker] bug#24279: closed (xterm aborts upon ctrl+click)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24279: closed (xterm aborts upon ctrl+click)
Date: Fri, 01 Dec 2017 15:02:02 +0000

Your message dated Fri, 01 Dec 2017 16:01:55 +0100
with message-id <address@hidden>
and subject line Re: bug#24279: Bug in xterm and/or fontconfig
has caused the debbugs.gnu.org bug report #24279,
regarding xterm aborts upon ctrl+click
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24279: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24279
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Bug in xterm and/or fontconfig Date: Sun, 21 Aug 2016 15:18:06 +0200 User-agent: Mutt/1.5.23 (2014-03-12)
In GuixSD:

guix package -i xterm strace
strace xterm

xterm starts as it should,  however observe many failed calls similar to:
 
open("/gnu/store/b484nvn9nnr3ddclpz2fma9yxmimg2jj-fontconfig-2.11.94/lib/libXdmcp.so.6",
 O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)


Now in the xterm, hold down Ctrl and press any mouse button.
The xterm aborts with the following messages:
 Warning: Unable to load any usable ISO8859 font
 Error: Aborting: no font found



-- 
Avoid eavesdropping.  Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#24279: Bug in xterm and/or fontconfig Date: Fri, 01 Dec 2017 16:01:55 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

Maxim Cournoyer <address@hidden> skribis:

> address@hidden (Ludovic Courtès) writes:
>
> [...]
>
>> We can also fix this once and for all with this patch:
>>
>> diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
>> index 0da3397da..8f285b29a 100644
>> --- a/gnu/services/xorg.scm
>> +++ b/gnu/services/xorg.scm
>> @@ -113,6 +113,8 @@
>>          (file-append font-alias "/share/fonts/X11/100dpi")
>>          (file-append font-alias "/share/fonts/X11/misc")
>>          (file-append font-alias "/share/fonts/X11/cyrillic")
>> +        (file-append font-misc-misc               ;default fonts for xterm
>> +                     "/share/fonts/X11/misc")
>>          (file-append font-adobe75dpi "/share/fonts/X11/75dpi")))
>>  
>>  (define* (xorg-configuration-file #:key
>>
>>
>> That adds 4.1 MiB, but it saves user headaches, so I think it’s worth it.
>>
>> I’ll go ahead and push that if there are no objections.
>
> And another bug down! :) Thanks for fixing it; LGTM!

Awesome, I went ahead and pushed as
4afc903a8c1b9cb19c0341b5cd2ea80a34974f25.

Thanks everyone!

Ludo’.


--- End Message ---

reply via email to

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