[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: openapp tool
From: |
Chris B. Vetter |
Subject: |
Re: openapp tool |
Date: |
Mon, 13 Feb 2006 16:07:43 +0100 |
On 2/13/06, Marko Riedel <markoriedelde@yahoo.de> wrote:
> --- Marko Riedel <markoriedelde@yahoo.de> schrieb:
> > Hello there,
> > I noticed that openapp does not find applications in the current
> > directory:
> > gnustep2006@compaqtnew:~/GMastermind2> openapp GMastermind2.app
> > Can't find the required application: GMastermind2.app!
> Well I guess this does not need to be fixed since
> openapp ./GMastermind2.app
> will work.
Maybe your PATH doesn't contain '.' and that's why it fails.
# We should first search the standard GNUstep locations.
for dir in "$GNUSTEP_USER_ROOT" "$GNUSTEP_LOCAL_ROOT"
"$GNUSTEP_NETWORK_ROOT" "$GNUSTEP_SYSTEM_ROOT"; do
[...]
# And now search the standard PATH (may include '.')
[...]
for dir in $PATH; do
[...]
--
Chris