-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

"Boyd Stephen Smith Jr." <[email protected]> writes:

> In <[email protected]>, Merciadri Luca wrote:
>>In a bash script that I have written, I am using
>>iceweasel -new-tab "somedefinedurl"
>>where "somedefinedurl" depends on some home-made parameters.
>>
>>The problem is that, when the script is launched, "somedefinedurl"
>>being modified, say, n times, the
>>iceweasel -new-tab "somedefinedurl"
>>command opens a new tab (or a new window, if Iceweasel is not active),
>>but the next URLs are not loaded at all by Iceweasel. When I close
>>Icweasel, my script launches the following URL, and this process needs
>>to be repeated until the end. The major problem is that I want all
>>these URLs to be opened simultaneously, and not Iceweasel to be closed
>>to be able to launch a new tab according to my command!
>>
>>Any idea?
>
> iceweasel -new-tab "somedefinedurl" &
>
> The ampersand tell the shell no to wait until the command finishes.
>
> If you get multiple iceweasel instances using this method, try a short sleep 
> after each "backgrounded" iceweasel call.
Thanks. I knew it, but I did not think about it. How stupid one can
be! Sorry, trivial question. Thanks for reminding me.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAksrs98ACgkQM0LLzLt8MhxOWACeLCaObVh8N2wkfnnGu+hX4yOB
Z3MAnRvRuJ8fVl02gPs/HI6pJ3RV+v6p
=2ENx
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to