public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Keith Thompson <Keith.S.Thompson@gmail.com>
To: cygwin@cygwin.com
Cc: Keith Thompson <Keith.S.Thompson@gmail.com>
Subject: Warning: Cannot convert string "xlogo32" to type Pixmap
Date: Sat, 28 Dec 2019 22:30:00 -0000	[thread overview]
Message-ID: <CAAHpriPZC13JHEF4nZg0RBw+GX+6idxfxCsqc7kROL=rrAefQg@mail.gmail.com> (raw)

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

             reply	other threads:[~2019-12-28 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-28 22:30 Keith Thompson [this message]
2019-12-29 17:42 ` Jon Turney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAHpriPZC13JHEF4nZg0RBw+GX+6idxfxCsqc7kROL=rrAefQg@mail.gmail.com' \
    --to=keith.s.thompson@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).