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: List-Subscribe: List-Archive: List-Post: List-Help: , 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 Date: Sat, 28 Dec 2019 14:05:37 -0800 Message-ID: Subject: Warning: Cannot convert string "xlogo32" to type Pixmap To: cygwin AT cygwin DOT com Cc: Keith Thompson Content-Type: text/plain; charset="UTF-8" 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