From mint-bounce@lists.fishpool.fi  Mon Sep 13 06:35:35 2010
To: Peter Slegg <p.slegg@scubadivers.co.uk>
Subject: Re: [MiNT] Launcher
MIME-Version: 1.0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit
Date: Mon, 13 Sep 2010 12:30:51 +0200
From: m0n0 <ole@monochrom.net>
Cc: <mint@lists.fishpool.fi>
Reply-To: ole@monochrom.net
In-Reply-To: <000a05c8.01c73262979e@smtp.freeola.net>
References: <000a05c8.01c73262979e@smtp.freeola.net>
Message-ID: <08d42481cc9b33b8834fa7c379177646-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJX1hoBV06XF1XRUYFXFJcQQ==-webmailer2@server05.webmailer.hosteurope.de>
X-Sender: ole@monochrom.net
User-Agent: Host Europe Webmailer/2.0
X-HE-Access: Yes
X-bounce-key: webpack.hosteurope.de;ole@monochrom.net;1284373851;e5e18a8a;
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: ole@monochrom.net
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>


Hello Peter,

Am Montag, den 13.09.2010, 10:46 +0200 schrieb Peter Slegg
<p.slegg@scubadivers.co.uk>:
> I tried to Netsurf by by double-clicking on the shell script file
> but it doesn't work. I seem to remember that it was possible to
> launch scripts this way.
> 
> I wondered if this was due to the change to the "launcher" variable
> that used to start tw-call.app

I would try changing the shell script, this line seems to be
error-prone:

./nsfb -v -b 16 file://$WDPATH/index.htm

If the CWD isn't the root directory of nsfb executable, this won't
work. 
So try adjusting it to an full path like:

/e/netsurf/nsfb -v -b 16 file:///e/netsurf/index.htm

Greets,
m


