Re: Iceweasel and `new tab'



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

"Boyd Stephen Smith Jr." <bss@xxxxxxxxxxxxxxxxx> writes:

In <87tyvo8pfh.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, 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 debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Great SWT Program
    ... xterm instance for each copy of vi it launches. ... as the script blocks until each interactive process it launches ... files don't collectively exceed the command line length limit for the ... "interesting" files to some working directory instead of merely ...
    (comp.lang.java.programmer)
  • Re: Iceweasel and `new tab
    ... The problem is that, when the script is launched, "somedefinedurl" ... but the next URLs are not loaded at all by Iceweasel. ... Icweasel, my script launches the following URL, and this process needs ...
    (Debian-User)
  • Re: -bash: /usr/local/bin/relaxer: Permission denied
    ... it's a script that launches a java routine ... but it won't run from the command line unless you TELL it to. ...
    (comp.os.linux.setup)
  • Iceweasel and `new tab
    ... The problem is that, when the script is launched, "somedefinedurl" ... but the next URLs are not loaded at all by Iceweasel. ... Icweasel, my script launches the following URL, and this process needs ...
    (Debian-User)
  • Re: Argument with a developer
    ... This is exactly what you and the developer ... The following script will send e-mail ... Just because it can be run via a command line does not mean ... launches an executable from the command line. ...
    (microsoft.public.dotnet.general)