This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: mintty functionality
- From: David Rothenberger <daveroth at acm dot org>
- To: cygwin at cygwin dot com
- Date: Sat, 24 Aug 2013 14:12:28 -0700
- 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>
- Reply-to: cygwin at cygwin dot com
On 8/24/2013 6:58 AM, wynfield@gmail.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@acm.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