Quote:
Originally Posted by Adam B.
./run.sh
|
When I start mrxvt and do "cd /media/cf/abiword" and then "./run.sh", it says:
"cd: 4: can't cd to .
: not found: ./bin/abiword"
when I do just "run.sh" it says: sh: run.sh: not found"
Maybe we can better e-mail about this.
Thanks for reading.
I looked at your run.sh file.
It says:
export DISPLAY=:0
export scriptdir=`/usr/bin/dirname $0`
LD_LIBRARY_PATH=$scriptdir/lib
cd $scriptdir
./bin/abiword
I think I know understand a little bit more.