X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:cc:message-id:in-reply-to:subject
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=ht6I2w6nbKEb7f7W41YAxaaC3YpAso9hucV1ivjYhsrrJML6Aurrm
	MXOxjpojJBseX0UilzNow4P/KW7PwDtaySPXqzYjVUp4V+pRHJRibFWTgnaBFXIJ
	oBBtT0zKFKMIxOFUy5CROm5s1zc5vz/qiPp/ufIjtahwkt69CXF3LQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:cc:message-id:in-reply-to:subject
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=gcE7GAoIiew9PK8W8KDQUfmipII=; b=E3bvonaEnWd0dW5vxSv0C/UWoixq
	paDogVpDUwqPYzKMq2idACW0OXgsp92RfoQT2rcesboPRh6mMkmBZhIZQkpbaL4u
	2Xs54lqOWUO+9CQ2kxK2Y86IxCpKmNBhQguCeg1TariJZ5LSeV91dF31MauKK8UI
	VRQnRAT+UB5UEnc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*M:root, rainer.blome@gmx.de, D*gmx.de, sk:rainer.
X-HELO: smtp-nf-201.his.com
X-ASG-Debug-ID: 1467321534-061c410d6f52060001-w5GHUG
X-Barracuda-Envelope-From: dickey@his.com
X-Barracuda-RBL-Trusted-Forwarder: 216.194.196.20
X-Barracuda-RBL-Trusted-Forwarder: 216.194.248.141
Date: Thu, 30 Jun 2016 17:18:51 -0400 (EDT)
X-Barracuda-RBL-Trusted-Forwarder: 216.194.248.141
From: Thomas Dickey <dickey@his.com>
To: Rainer Blome <rainer.blome@gmx.de>
Cc: cygwin@cygwin.com
Message-ID: <1948334419.20041676.1467321531706.JavaMail.root@his.com>
In-Reply-To: <trinity-6dec4e6c-7ad2-4a4a-b753-55692357748a-1467307357097@3capp-gmx-bs40>
Subject: Re: /etc/X11/app-defaults/XTerm refers to font "helvetica"
MIME-Version: 1.0
X-ASG-Orig-Subj: Re: /etc/X11/app-defaults/XTerm refers to font "helvetica"
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Barracuda-Connect: smtp-nf-202.his.com[216.194.196.20]
X-Barracuda-Start-Time: 1467321534
X-Barracuda-URL: https://spam.his.com:443/cgi-mod/mark.cgi
X-Barracuda-Scan-Msg-Size: 1776
X-Barracuda-BRTS-Status: 1
X-Barracuda-Spam-Score: 0.00
X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=7.0 tests=BSF_SC0_MISMATCH_TO
X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.30908	Rule breakdown below	 pts rule name              description	---- ---------------------- --------------------------------------------------	0.00 BSF_SC0_MISMATCH_TO    Envelope rcpt doesn't match header

----- Original Message -----
| From: "Rainer Blome" <rainer.blome@gmx.de>
| To: cygwin@cygwin.com
| Sent: Thursday, June 30, 2016 1:22:37 PM
| Subject: /etc/X11/app-defaults/XTerm refers to font "helvetica"
| 
| Since many months (and probably several Cygwin and X11 releases),
| starting `xterm` triggers the following annoying warning (xterm
| starts fine otherwise):
| 
|  xterm &
|  Warning: Cannot convert string
|  "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*" to type
|  FontStruct
| 
| I have grepped for "helvetica" through my own config files
| (`.Xdefaults` etc.) and not found such a font reference.
| 
| The mailing list archives show that at least one other Cygwin user
| has encountered the same issue,
| and got no answer regarding this specific issue (just for another
| font issue).
| https://sourceware.org/ml/cygwin/2015-09/msg00184.html
| https://sourceware.org/cgi-bin/search.cgi?wm=wrd&form=extended&m=all&s=D&ul=%2Fml%2Fcygwin%2F%25&q=helvetica
| At first glance, internet search provides only less relevant hits.
| 
| It looks like the cause is in file `/etc/X11/app-defaults/XTerm`, in
| the following line:
| 
|  *SimpleMenu*menuLabel.font:
|  -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*
| 
| When I comment out that line (using "!"), xterm starts without any
| warnings.
| 
| I do not recall having added that line myself, so I assume that it is
| part of its default content.
| Are users expected to maintain that file?

If there's a better choice for Cygwin, the packager probably should apply that as a patch.
I see that it's been as-is in xterm sources since 1994...

-- 
Thomas E. Dickey <dickey@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

