X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDB673858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1706313560; bh=qPlSynOfC8aT45ijyXnv6WK8LeL9XPYN7uaF2GbbnCI=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=T/G0nvmQCNUS7Gz41DhMilov1Pwhgz2qfK6+lfeh0Pz7mzeqGJ16IrDQKPKiWRMWP V6rbg9OqKRvbbGsT9Ei1Xz5I8bNZi33W3NxMCU6/Z8kAUlc9StEuMKTm0Yu+luXcp8 JCFEMMjOBrBpixPHkj0aljfxf34Z6Ku013NTlzf4= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B0B4B3858D28 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B0B4B3858D28 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706313537; cv=none; b=CCc0f0rcfiI7+ANAKKXEk5I6As2MEE+kDOlZ8h9Xxr5NchypzFAnkMitwlKsMmjkeaeCIx0/XJBwbJID5cPpwuUFCI3Xg5gniWABEfY5ASVIPsx4rgA17LQqsuEf4hU18GjTT7MUCvZBtA+ZeHWFprIN7GWyLikT/XeFo2O5TNo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706313537; c=relaxed/simple; bh=3GS7XL5xrlOS3FTYXvgVNdMhQzbpZPc0y9F1/75CI+4=; h=Date:From:To:Subject:Message-Id:Mime-Version; b=p1K8HF/+XProOeLLAZNoBwCKvwcJrzMxYJj4zquWVwq7YSsHwPR+LG3T2nPf9Hz5krn1xY/pArq5ZbOqx7jMXnu9Xifom53H4K7ZSy+Ec50kTKEtyY76fooxQ5cMyzTQz45z5tmckuSgMwpM3yjAp+yLN/I547uYhDa/6YHJPBw= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Sat, 27 Jan 2024 08:58:49 +0900 To: cygwin AT cygwin DOT com Subject: Re: New package: btop 1.3.0-1 Message-Id: <20240127085849.a924f0c7469eb1431f13ff51@nifty.ne.jp> In-Reply-To: <54a0635e-0769-4f92-bf03-cd4438f2d5a4@SystematicSW.ab.ca> References: <20240126204515 DOT 11553-1-takashi DOT yano AT nifty DOT ne DOT jp> <54a0635e-0769-4f92-bf03-cd4438f2d5a4 AT SystematicSW DOT ab DOT ca> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Fri, 26 Jan 2024 16:09:10 -0700 Brian Inglis wrote: > Window blips and disappears whether running from XDG Menu btop++ or terminal! What happens if you run btop in mintty or UXterm? > tail ~/.xsession-errors > ... > executing 'xterm -e btop', pid 23052 > (pid 23052 stderr) Missing charset KSC5601.1987-0 for fallback fontset This is not from btop, but from xterm. Just running xterm causes the same message. > pid 23052 exited with status 0 > executing 'xterm -e btop', pid 23056 > (pid 23056 stderr) Missing charset KSC5601.1987-0 for fallback fontset > pid 23056 exited with status 0 > executing 'xterm -e btop', pid 23058 > (pid 23058 stderr) Missing charset KSC5601.1987-0 for fallback fontset > pid 23058 exited with status 0 > > Why would I need legacy Korean character set encoding support not included in or > required by the package? > Apparently this charset used to be supported by font-daewoo-misc, which has been > obsoleted by xorg-x11-fonts-misc, none of which support this legacy charset, > which may have been because of Fedora licensing concerns: > Alternatives are labelled UHC or CP949 and modern replacement appears to be EUC-KR. > > https://sigwait.org/~alex/blog/2021/05/25/missing-charsets-in-string-to-fontset-conversion.html > > https://bugzilla.redhat.com/show_bug.cgi?id=1952723 > > https://bodhi.fedoraproject.org/updates/FEDORA-2021-4883dec0ce > > https://gitlab.freedesktop.org/xorg/font/daewoo-misc/-/issues/1 > > https://gitlab.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/-/issues/1 > > https://github.com/gromnitsky/rpm/blob/master/daewoo-misc-fonts/pkg.spec > > https://github.com/kisli/vmime/issues/216 > > https://stackoverflow.com/questions/13798461/how-to-normalize-encoding-names-like-ks-c-5601-1987-to-cp949 > > Anything we can do in fontconfig and/or require from some other package that > will alias the charset encoding and satisfy that requirement, or do we need a > new build or patched release that removes that requirement? Thomas, any idea? -- Takashi Yano -- 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