delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/12/28/17:06:41

X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:from:date:message-id:subject:to
:cc:content-type; q=dns; s=default; b=hNhWpiIAPOSxAw1vOny8poaMgs
2gvqPXcTu8anoX5DKKfnc5kLbw5SUBGT/YxWij+cF8MAIrs1IoFReQxLxqP+mUr1
x12Jfb8A+PayoGlwXn7Vg9tDLwjZkNHKlutaxQgQvsnAyhZ2sygq+x3ThfnpziLZ
8mHn+lE7Am7XLswzg=
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:mime-version:from:date:message-id:subject:to
:cc:content-type; s=default; bh=7NMe8B1fAY8L/J/clw+ZqBMafkg=; b=
jS0OseWPN/GTtOVNsfb46zE5Y7o94XDJ9p3MexEX5NTXeI7mXhJNeq2HQv3NT14K
Og6+O4ucdOKf5HpDT1SwxCdeTSVVP+DcLdClnuHvuEDoE0iSKhfMZbEYmuCsYpJA
G5Q+HZuhSmjaddLE9yIQXXllMSrZFvaKjaZA9YWR5nY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=
X-HELO: mail-ed1-f54.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=G4g+mUA5sEbjB7e+uNAOkFZzdZxYTWIBMhZwfUU7IjE=; b=R4EgniQ+3XY5zykv+kQPdz5AJehlEFqfZB/dX1QZpXVZpteQTR16co8QAGbZWaPTAe aZH83Re1SD2UfYgO0UsB+yce3k4YjoaWVhMqy2ACVXXM0jeTnCRmW8QYJXAn3xy9ZZQW eJkkJVX2AV2j3YJLea699pG3QDYEqGhnz9kv/dNisvxdvBFztTtB8A5n804gm6KnTxUx 324l5Tt/fwkrz2KsX6SH1n410gR2rc/RT0b8LyWMXLRE370xFBlUNHfpGQ+g0BgFMN2+ P/SBVrSDPNhulOAFNRZSIXn11hR6aeaLdxqYo8JG9NOwM5irUUi58WnT1S5HwRnt1XNO WoNw==
MIME-Version: 1.0
From: Keith Thompson <Keith DOT S DOT Thompson AT gmail DOT com>
Date: Sat, 28 Dec 2019 14:05:37 -0800
Message-ID: <CAAHpriPZC13JHEF4nZg0RBw+GX+6idxfxCsqc7kROL=rrAefQg@mail.gmail.com>
Subject: Warning: Cannot convert string "xlogo32" to type Pixmap
To: cygwin AT cygwin DOT com
Cc: Keith Thompson <Keith DOT S DOT Thompson AT gmail DOT com>

The xlogo application produces this warning message:

    Warning: Cannot convert string "xlogo32" to type Pixmap

This is because /etc/X11/app-defaults/XLogo specifies

    XLogo*iconPixmap:    xlogo32
    XLogo*iconMask:      xlogo32

which causes xlogo to look for

    /usr/include/X11/bitmaps/xlogo32

which doesn't exist -- unless you install the separate "xbitmaps"
package.  Installing xbitmaps makes the warning go away.

    $ cygcheck -f /usr/bin/xlogo.exe /usr/include/X11/bitmaps/xlogo32
    xbitmaps-1.1.2-1
    xlogo-1.0.5-1

xlogo is the only application (at least of the ones I have on my
system) that specifies an iconPixmap in its app-defaults file.

Suggested fix: Add a dependency so installing xlogo automatically
installs xbitmaps.

--
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

- Raw text -


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