|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Crowbar : xulrunner application.iniHi,
To start crowbar we are using, xulrunner application.ini command application.ini is in our /xulapp folder. I want to execute "xulrunner application.ini" from any folder, but unable to do that. I tried in some way like I wrote a shell script startxulrunner.sh with contents: #!/bin/bash xulrunner application.ini I changed mod for startxulrunner.sh to +x and set env (.bashrc) to xulapp directory, like /home/rakesh/crowbar/xulapp This shell script are getting executed from /xulapp directory but not from other directories. I am getting error like, Error: unrecognized application.ini path. Kindly guide me so that I could run "xulrunner application.ini from any folder. Thanks and Regards -- Rakesh Soni Chennai, India _______________________________________________ General mailing list General@... http://simile.mit.edu/mailman/listinfo/general |
|
|
Re: Crowbar : xulrunner application.iniRakesh,
Can't you just specify the full path of application.ini in the shell script, like: #!/bin/bash xulrunner /home/rakesh/crowbar/xulapp/application.ini -- sands fish Software Engineer MIT Libraries Technology Research & Development sands@... E25-131 On Sep 10, 2009, at 1:38 PM, Rakesh Soni wrote: Hi, * Please consider the environment before printing this email _______________________________________________ General mailing list General@... http://simile.mit.edu/mailman/listinfo/general |
|
|
Re: Crowbar : xulrunner application.iniThanks
I did this only for now. Regards Rakesh Soni On Sat, Sep 12, 2009 at 12:07 AM, Sands Fish <sands@...> wrote:
-- Rakesh Soni Chennai _______________________________________________ General mailing list General@... http://simile.mit.edu/mailman/listinfo/general |
| Free embeddable forum powered by Nabble | Forum Help |