public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Jon Turney <jon.turney@dronecode.org.uk>
To: The Cygwin Mailing List <cygwin@cygwin.com>
Cc: Keith Thompson <Keith.S.Thompson@gmail.com>
Subject: Re: Warning: Cannot convert string "xlogo32" to type Pixmap
Date: Sun, 29 Dec 2019 17:42:00 -0000	[thread overview]
Message-ID: <2457290a-6182-ffbf-b6f0-23d132823ada@dronecode.org.uk> (raw)
In-Reply-To: <CAAHpriPZC13JHEF4nZg0RBw+GX+6idxfxCsqc7kROL=rrAefQg@mail.gmail.com>

On 28/12/2019 22:05, Keith Thompson wrote:
> 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.

Thanks for pointing this out.

I have added the dependency suggested.

--
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-29 16:23 UTC|newest]

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

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=2457290a-6182-ffbf-b6f0-23d132823ada@dronecode.org.uk \
    --to=jon.turney@dronecode.org.uk \
    --cc=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).