delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/02/13/12:17:20

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AFA223858004
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
header.from=SystematicSw.ab.ca
Authentication-Results: sourceware.org;
spf=none smtp.mailfrom=brian DOT inglis AT systematicsw DOT ab DOT ca
X-Authority-Analysis: v=2.4 cv=Yq/K+6UX c=1 sm=1 tr=0 ts=60280998
a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17
a=IkcTkHD0fZMA:10 a=aR16PxjQAAAA:8 a=uYT-Tk0qkVT609LjNaIA:9 a=QEXdDO2ut3YA:10
a=zbFvvTOBjyH4ze5LlUjX:22 a=pHzHmUro8NiASowvMSCR:22 a=Ew2E2A-JSTLzCXPT_086:22
To: cygwin AT cygwin DOT com
References: <mailman DOT 14 DOT 1613217603 DOT 3576782 DOT cygwin AT cygwin DOT com>
<CAAWKNThOxN_uSMqua1FLbA4c=h=VU-hxtC6RGz5_4WAmhEuAew AT mail DOT gmail DOT com>
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Organization: Systematic Software
Subject: Re: Cygwin Digest, Vol 12, Issue 25
Message-ID: <be764f2a-befa-101a-f1ce-a26e65eb1aea@SystematicSw.ab.ca>
Date: Sat, 13 Feb 2021 10:17:11 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.7.1
MIME-Version: 1.0
In-Reply-To: <CAAWKNThOxN_uSMqua1FLbA4c=h=VU-hxtC6RGz5_4WAmhEuAew@mail.gmail.com>
X-CMAE-Envelope: MS4xfMNqw1MLGTpulG8XeJ89nWGn1cVEVHbyB976oBRwh4gPnC+fIINU6ZZkwmeNxAwmwSnMoae/l16HKtDbEa0t5GnkU4Ljm2MRAdIqQL/fc/bfx9/aKQA+
J+w7LkObXCuNPKz50Z3G+6tMauqvP3UmoCoQ0P0RjyVqVnIg4L35seRr9IB12vhF0rXU4kaNFnZ77WuZT9MQ45s6bTbZu+gaVwo=
X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW,
RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE,
TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Reply-To: cygwin AT cygwin DOT com
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

On 2021-02-13 07:53, Anuja Chanana via Cygwin wrote:
> On Fri, 12 Feb 2021 13:12:05 +0100, Marco Atzeri wrote: 
>> On 12.02.2021 08:22, Anuja Chanana via Cygwin wrote:
>>> Whenever I try to launch the Xserver on Cygwin using the command startx,
>>> the following error appears
>>> /usr/bin/twm: warning: font for charset ISO8859-5 is lacking.
>>> /usr/bin/twm: warning: font for charset KOI8-R is lacking.
>>> /usr/bin/twm: warning: font for charset ISO8859-7 is lacking.
>>> /usr/bin/twm: warning: font for charset JISX0208.1983-0 is lacking.
>>> /usr/bin/twm: warning: font for charset KSC5601.1987-0 is lacking.
>>> /usr/bin/twm: warning: font for charset GB2312.1980-0 is lacking.
>>> /usr/bin/twm: warning: font for charset JISX0201.1976-0 is lacking.
>>> How to solve it?

>> $ cygcheck -p ISO8859-5 |grep font
>> font-util-1.3.2-1 - font-util: X.Org font utilities and font maps
>> xorg-x11-fonts-misc-7.5-4 - xorg-x11-fonts-misc: X11 core fonts

> Thanks for the reply.
> I installed  font-util-1.3.2-1 and  xorg-x11-fonts-misc-7.5-4. Still, the
> warning pops up.
> Any idea why does that happen?

Somewhere in twm defaults or configuration, it seems to be expecting fonts that 
still support legacy SBCS and DBCS code pages rather than UTF-8.

Searching font package descriptions for code pages is likely to be futile, 
you'll have to look for background info on font packages and what code pages 
they support.

You should also ensure that setup fontconfig update scripts complete 
successfully by checking near the end of /var/log/setup.log.full.

If you have configured twm to use UTF-8 and installed UTF-8 fonts for the 
languages and scripts you use, you should be okay.

You could check for and re-/install X11 core font packages:

xorg-x11-fonts-cyrillic
xorg-x11-fonts-dpi100
xorg-x11-fonts-dpi75
xorg-x11-fonts-ethiopic
xorg-x11-fonts-misc
xorg-x11-fonts-Type1

You could check which fonts twm expects as base fonts, and re-/install those.

Otherwise don't worry about the messages if everything works and looks okay.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019