| delorie.com/archives/browse.cgi | search |
| 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:message-id:date:from:reply-to:mime-version:to | |
| :subject:references:in-reply-to:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=ulEGumuvOGSxLGKZ | |
| Gf7RQr2JTpn5kVlchbM9k/TaCztUaoRcSZ+tGrQvXLkFn4UeuYCSl6ayLeP3exYA | |
| 2eFqxvUO1u4hp4XFB5/WQRq93l8zYebqiqtx6o2kTPTy3nEH2X47Lmv+Np8q5jhw | |
| Blx6xuEBZtqxI9SS7xAOYhwh5pY= | |
| 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:message-id:date:from:reply-to:mime-version:to | |
| :subject:references:in-reply-to:content-type | |
| :content-transfer-encoding; s=default; bh=Bwxf1Dw11xfxV1Pl4Fjphy | |
| 50POE=; b=Do9BEbAtAjBjaSkPe0Ylric63ZfFGq1n/B0VJJAr2LVCiEL5UUTs9O | |
| rJoMhcm68+n7O7Le4KsuyviyEgBGK7qk3VIndFlCXn5cHpbs5GCKqSZbQsNFEit2 | |
| hWKC5SDInw9Urwe4sDvDXKsZbUO/CDFu4uTpA+hseIw22A1bZZY18= | |
| 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 |
| X-Spam-SWARE-Status: | No, score=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2 |
| Message-ID: | <521921BC.4050106@acm.org> |
| Date: | Sat, 24 Aug 2013 14:12:28 -0700 |
| From: | David Rothenberger <daveroth AT acm DOT org> |
| Reply-To: | cygwin AT cygwin DOT com |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: mintty functionality |
| References: | <20130824180126 DOT 3348 AT binki> <CAN3h=VqZT+9qhvQ2O2hnMg9zzP6BHU_c+3ru50ps9Nu9ErTpcg AT mail DOT gmail DOT com> <20130824225829 DOT 3448 AT binki> |
| In-Reply-To: | <20130824225829.3448@binki> |
On 8/24/2013 6:58 AM, wynfield AT gmail DOT com wrote:
> The normal way works and even
> $ PATH=${PATH}:.... mintty cmd
>
> The command line invokation is no problem.
>
> But, I couldn't do with a desktop shortcut with something like:
>
> mkshortcut -w /tmp -D -A -d "Run orpie RPN calculater." -n "Orpie RPN Calculater" -i /home/djh/icons/hp_calc.ico -a " -p '100,150' -t 'Orpie Calculater' -e /usr/bin/orpie" /bin/mintty.exe
>
> The above doesn't source my zsh startup files first. I see no reference informat related to shells. I'm, just inoking an application direct.
>
> Any ideas?
>
mkshortcut -w /tmp -D -A -d "Run orpie RPN calculater." -n "Orpie RPN Calculater" -i /home/djh/icons/hp_calc.ico -a " -p '100,150' -t 'Orpie Calculater' -e /usr/bin/env PATH=${PATH}:/usr/lib/lapack /usr/bin/orpie" /bin/mintty.exe
--
David Rothenberger ---- daveroth AT acm DOT org
Doubt is not a pleasant condition, but certainty is absurd.
-- Voltaire
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |