On 2/13/06, Marko Riedel <[EMAIL PROTECTED]> wrote:
> --- Marko Riedel <[EMAIL PROTECTED]> schrieb:
> > Hello there,
> > I noticed that openapp does not find applications in the current
> > directory:
> > [EMAIL PROTECTED]:~/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


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to