This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Warning: Cannot convert string "xlogo32" to type Pixmap
- From: Keith Thompson <Keith dot S dot Thompson at gmail dot com>
- To: cygwin at cygwin dot com
- Cc: Keith Thompson <Keith dot S dot Thompson at gmail dot com>
- Date: Sat, 28 Dec 2019 14:05:37 -0800
- Subject: Warning: Cannot convert string "xlogo32" to type Pixmap
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