LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Two iceweasel applications. Do they communicate? (https://www.linuxquestions.org/questions/linux-software-2/two-iceweasel-applications-do-they-communicate-779026/)

kaz2100 12-31-2009 02:58 AM

Two iceweasel applications. Do they communicate?
 
Hya,

I am confused.

Situation:
Two debian squeeze machines. (Penguin1 and Penguin2)
On Penguin1, with X, run iceweasel, then ssh (with -X -Y) onto Penguin2, run iceweasel on Penguin2 (window in on Penguin1).

Now, on Penguin1, there are two iceweasel windows. These two have different history cache and whatever.

Now, it is time to go, so quit one of them (iceweasel on Penguin1 or Penguin2), no iceweasel windows left, all gone!

Do they communicate?

Has anybody ever seen this?

Happy Penguins!

Elv13 12-31-2009 08:59 PM

Yes, they do communicate. In some configuration, its even worst. In my case, even if I open a new Firefox from ssh -Y, it will only open a new windows on my local one. Firefox use a singleton, a unique object/process rules them all. A new one is not created every time you run "firefox" or "iceweasel", it use the current one.

evo2 12-31-2009 09:38 PM

If you want separate instances use:
Code:

iceweasel -no-remote
This is documented in the man page.

Evo2.

kaz2100 01-03-2010 08:22 AM

Hya,

A "man" for iceweasel!? I never thought about that!

Anyway, thanks evo2 and Elv13.

Happy Penguins!


All times are GMT -5. The time now is 07:43 PM.