This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Warning: Cannot convert string "xlogo32" to type Pixmap


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]