[Bug] startup scripts

delbd <[email protected]>
Newsgroups gmane.comp.java.enhydra.shark
Organization Institut Royal Météorologique
Message-ID <[email protected]>
Hello,

I Tried to use runAllPOA.sh in the shark with shark 1.1-2
All i get is 2 xterm blinking (they disappear immediately).
An nothing else happen.
Strangely, if i edit the startup scripts and changes xterm calls
to konsole calls, this works perfectly.
Also if i take this line 
JAWS_FOR_XTERM=please_do xterm  -e  bin/runPOA.sh

and split it in the following
JAWS_FOR_XTERM=please_do xterm

and in xterm type
bin/runPOA.sh
this works perfectly.

it seems xterm, with -e argument, need fullpath 
so all calls in script like
JAWS_FOR_XTERM=please_do xterm  -e $0  &
must be replaced by
JAWS_FOR_XTERM=please_do xterm  -e `pwd`/$0  &
-- 
David Delbecq
Royal Meteorological Institute of Belgium

-
Is there life after /sbin/halt -p?
message-footer.txt (text/plain, 271 B)
--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.