delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/11/03/18:11:39

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:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=wdpS15UyjzdNctA2
37wWC2JsYFoW59f4RS4BJHTgi2JwrzKFzCSvOM6sPM9x+fj/zBAYU2g0WFV4ih/t
p1wi8U+JqrLcW/NmpXgRXgFdf36tQYASJtT90Z+X3hgcXGC6eacivft3CIv9MKK2
ApCGleLkCxuOJnCseN82DPar7Lk=
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:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=/UEMRGFBbxyXy6xEF+M58/
K8wFU=; b=jxy1kQ5F4CTq4HBpvgfca3rQ4dXWguDgg5Nqw7OUkdIVENhdbvhd36
KHRhL/PH+jRZoZ9eo9LTfrIZN4veu+RrIxLebRDPaY4S5kww7xUcJ5MQ+v0Qf9B4
3N+vtjQqaX+ezOn+HCkGdqrvuCJJZFMyTfMiNw3Abhwm1aOEfCs+c=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Courier, courier, meantime, HContent-Transfer-Encoding:8bit
X-HELO: limerock01.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: [PATCH xpdf] Add desktop menu entry
To: cygwin AT cygwin DOT com
References: <20171027210030 DOT 12220-1-yselkowi AT redhat DOT com> <208276e9-a108-4936-6b64-6e1fec01e40e AT cornell DOT edu> <3dbb6027-7cfc-3171-b982-1afaa0bf4e95 AT cygwin DOT com>
From: Ken Brown <kbrown AT cornell DOT edu>
Message-ID: <7926ca52-9cee-346c-9c2d-7e04380bba3a@cornell.edu>
Date: Fri, 3 Nov 2017 09:11:28 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
MIME-Version: 1.0
In-Reply-To: <3dbb6027-7cfc-3171-b982-1afaa0bf4e95@cygwin.com>
X-PMX-Cornell-Gauge: Gauge=X
X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none;
X-IsSubscribed: yes

On 11/3/2017 2:52 AM, Yaakov Selkowitz wrote:
> On 2017-10-28 13:00, Ken Brown wrote:
>> On 10/27/2017 5:00 PM, Yaakov Selkowitz wrote:
>>> ---
>>>    xpdf.cygport | 4 ++++
>>>    1 file changed, 4 insertions(+)
>>
>> After making this change I get the following warning when starting xpdf
>> in an xterm window:
>>
>> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to
>> '/tmp/runtime-kbrown'
>>
>> I googled the message, but none of the solutions appeared to apply.  Do
>> you know how to suppress this warning?  I assume it results from the
>> fact that I'm not working in a desktop environment.
> 
> I don't see how adding a desktop menu entry would cause this; are you
> sure it wasn't happening before?  Or maybe the Qt 5.9.2 update caused
> it?  Either way, this isn't an xpdf specific issue, and would have to be
> fixed or worked around elsewhere.

You're right.  Moving the desktop entry out of the way doesn't make any 
difference.  It's just coincidence that I first noticed it after making 
that change.

In the meantime, I have another xpdf problem.  After my update of the 
ghostscript fonts, I get the following errors when starting xpdf:

Config Error: No display font for 'Courier'
Config Error: No display font for 'Courier-Bold'
Config Error: No display font for 'Courier-BoldOblique'
Config Error: No display font for 'Courier-Oblique'
Config Error: No display font for 'Helvetica'
Config Error: No display font for 'Helvetica-Bold'
Config Error: No display font for 'Helvetica-BoldOblique'
Config Error: No display font for 'Helvetica-Oblique'
Config Error: No display font for 'Symbol'
Config Error: No display font for 'Times-Bold'
Config Error: No display font for 'Times-BoldItalic'
Config Error: No display font for 'Times-Italic'
Config Error: No display font for 'Times-Roman'
Config Error: No display font for 'ZapfDingbats'

Reinstalling the old ghostscript-fonts-std-8.11-1 fixes it.  Copying the 
files from /usr/share/fonts/urw-base35 to /usr/share/ghostscript/fonts 
doesn't fix it.

Do you happen to know how Fedora handles this?  I didn't see anything 
obvious in xpdf.spec.

Ken

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019