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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject :in-reply-to:references; q=dns; s=default; b=PIff+yTjBElzlkgUytL jD1kttA0hoMuIn5duV8Vqj05eFlaIiKYiD04LDLupoQYP8huOg6GX/zg+1VJC/si IBxA7AgBAggDxhIHvpDNqS797qDSK9vp1MYHxONj2yRwAyJS7e6wSWd6L/6OP3Ti e/UQSjCeGPv1TVIXpy72VuL8= 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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject :in-reply-to:references; s=default; bh=4SpmMMlg3+aaJEaL8qSrYenCU +c=; b=Gi5Q59fg8ddUcaEMf012K9O/+SgODb2OWK7dTWH4JkWnjOIX1zXJxW5jV TiLTTa2erjJVKbxALZL0sqsZHcPHxilhpCCjR4nFgTVbneeIbFVGh0vpF2tlQL2y rCodfw5NUKgogYb3+siUXciCUfkSxJyxZx+ehgd3ge2DsbDOIM= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM,HK_NAME_FM_DR,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:dslb-08, H*RU:sk:dslb-08, Hx-spam-relays-external:sk:dslb-08, Woitok X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wm0-f46.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-transfer-encoding :message-id:date:to:cc:subject:in-reply-to:references; bh=nX1pspnmbbOG1yJsXuebPuX/toEXJg6KfoxJo+GDTP8=; b=B7ugGzKA6p3GLiYDWFQhYm0lPv1csALoMkj4AD8Ph7k2EgkOApOHvqbKhFYADHQFLo Dsx9qPCDqEnNXSDIHcYBksJVwOxLB6MXWr9rOhsJNffkwIVnD33hmrnVp4tqVbNE5KQh QwpoXLC1X8v6Y+NCaE3hud772oK7uYt+fKlRd5MPTqqywDIybNsrCrdJbRWsa1B7+usN yyjxSGJpA6PYUsSofv5AfXOkLJhiFc1ayAFG/0RYAoLX3acJ/FmMIxh1Z12HrZJNdiCO BrXIVpywddvGfoY/Z1xsswXDnBYAGliYdvybJio77ey7QwaXV/ANWEEkoWR9/PrJQMzm vIHA== X-Gm-Message-State: AD7BkJLxKVEpJbZm2e/aBVj+Xu5Tz8ktql2bLiw2DjSZZWLtuZ8wUSKEXji5ABp5Zl51zA== X-Received: by 10.28.138.149 with SMTP id m143mr4970061wmd.94.1457623800252; Thu, 10 Mar 2016 07:30:00 -0800 (PST) From: Dr Rainer Woitok X-Google-Original-From: Dr Rainer Woitok MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22241.37607.865000.714913@woitok.gmail.com> Date: Thu, 10 Mar 2016 16:29:43 +0100 To: Yaakov Selkowitz Cc: cygwin AT cygwin DOT com Subject: Re: Problems with Qt5's QDesktopServices::openUrl() In-Reply-To: Msg <56E10BFC.6080903@cygwin.com> of 2016-03-09 23:54:04 -0600 from yselkowitz@cygwin.com References: <56E10BFC DOT 6080903 AT cygwin DOT com> Yaakov, On Wednesday, 2016-03-09 23:54:04 -0600, you wrote: > On 2016-03-05 09:02, Dr Rainer Woitok wrote: > > currently I have two applications which I compiled myself under Cygwin: > > GPSBabel and QMapShack. Both use Qt5, both provide online help via the > > browser, and both fail doing so in my environment. The version of my > > various Qt5 packages is 5.5.1-1. > [snip] > > So I assume QDesktopServices::openUrl() at least under Cygwin is having > > a problem with blanks in path names and maybe also with the missing > > ".exe" extension (see the "Launch failed" error message). > > Searching for "QDesktopServices::openUrl spaces in PATH" (without the > quotes) turned up a lot of hits. You are right, but the ones I found refer to blanks in the path of the file TO BE OPENED. My problem is blanks in the path of the program that is used to open the file. This program is picked internally by QDesk- topServices::openUrl() and is called internally, and currently it seems the path to it must not contain blanks. Sincerely, Rainer -- 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