X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=f8ahgXzv+r3g3pJb G/yqauQTYGFXw2e5yxyBAOQTjnSbyRNSBOUxpCZ2d1pkMWmhXY6tprQffIE2DhZB DnT4RxVDJB8+w5gLKUx9ZZPpenRC8qm0+768ZAAynYZ+nvV8LhwFKI4H3r7e0YDn BlKv1atb5mK59+OFy+Be+Uxg0VY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=wr7CVebntkXHLbQzbq/Xx3 M4014=; b=UGRfKD9rMlkaLRcNTVHpIsnuznLVHWjOQOf44UUBlqvRteizLpDWnc cc9IQeydybyo5DS3yzKhRQn0VQsoolyGQuRs0VTIINRn8V7Zdtil40f8K4q9Cd+G y4OQNfSg3zF71tHIUU0ZkhTV9AALtkcyjWGJA2RWeQnlac2l+yd/Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,FORGED_SPF_HELO,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=Thompson, thompson, Keith, keith X-HELO: sa-prd-fep-045.btinternet.com Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney AT btinternet DOT com X-OWM-Source-IP: 31.51.207.12 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean Subject: Re: Warning: Cannot convert string "xlogo32" to type Pixmap To: The Cygwin Mailing List References: Cc: Keith Thompson From: Jon Turney Message-ID: <2457290a-6182-ffbf-b6f0-23d132823ada@dronecode.org.uk> Date: Sun, 29 Dec 2019 16:22:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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