Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-31 Thread Saravanan S
On Thu, Dec 31, 2009 at 10:34 AM, Rajagopal Swaminathan 
raju.rajs...@gmail.com wrote:


 or perhaps  after the command to ensure that the first command
 completed successfully?


yes, i tried  also.

firefox -install-global-extension xyz.xpi  firefox 

Also i tried using a semicolon ; between the two commands in a single
line.

firefox -install-global-extension xyz.xpi ; firefox 

It also didn't work.
also used sleep 5 between the two commands, so that the first command would
take its time to finish fully before the next firefox  loads.

firefox -install-global-extension xyz.xpi
sleep 5
firefox 

This also didnt install the extension.
But if i do manually, executing the two commands one by one, it installs
add-on extension into Firefox!!!

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-30 Thread Yuva raj

 hi

use exit status  $?

 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Thank You
Best Regards

Yuvaraj L
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-30 Thread Rajagopal Swaminathan
Greetings,

On Wed, Dec 30, 2009 at 8:49 PM, Yuva raj uvar...@gmail.com wrote:

 hi


or perhaps  after the command to ensure that the first command
completed successfully?


Regards

Rajagopal
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-28 Thread Sreekanth B
hi

On Mon, Dec 28, 2009 at 9:17 PM, Saravanan S dearsarava...@gmail.comwrote:


 firefox -install-global-extension xyz.xpi


can u run this from the terminal and pastebin the output please.

- sree
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc