Re: Iceweasel and `new tab'
- From: Merciadri Luca <Luca.Merciadri@xxxxxxxxxxxxxxxxx>
- Date: Fri, 18 Dec 2009 17:54:57 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
"Boyd Stephen Smith Jr." <bss@xxxxxxxxxxxxxxxxx> writes:
In <87tyvo8pfh.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, Merciadri Luca wrote:Thanks. I knew it, but I did not think about it. How stupid one can
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.
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 debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- Iceweasel and `new tab'
- From: Merciadri Luca
- Re: Iceweasel and `new tab'
- From: Boyd Stephen Smith Jr.
- Iceweasel and `new tab'
- Prev by Date: Re: several udevd processes
- Next by Date: Re: Iceweasel and `new tab'
- Previous by thread: Re: Iceweasel and `new tab'
- Next by thread: Re: Iceweasel and `new tab'
- Index(es):
Relevant Pages
|