public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Warning: Cannot convert string "xlogo32" to type Pixmap
@ 2019-12-28 22:30 Keith Thompson
  2019-12-29 17:42 ` Jon Turney
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Thompson @ 2019-12-28 22:30 UTC (permalink / raw)
  To: cygwin; +Cc: Keith Thompson

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Warning: Cannot convert string "xlogo32" to type Pixmap
  2019-12-28 22:30 Warning: Cannot convert string "xlogo32" to type Pixmap Keith Thompson
@ 2019-12-29 17:42 ` Jon Turney
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Turney @ 2019-12-29 17:42 UTC (permalink / raw)
  To: The Cygwin Mailing List; +Cc: Keith Thompson

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-29 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-28 22:30 Warning: Cannot convert string "xlogo32" to type Pixmap Keith Thompson
2019-12-29 17:42 ` Jon Turney

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