Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening with firefox #17

Closed
leoheck opened this issue Sep 3, 2018 · 2 comments
Closed

Opening with firefox #17

leoheck opened this issue Sep 3, 2018 · 2 comments

Comments

@leoheck
Copy link
Contributor

leoheck commented Sep 3, 2018

I have a project with 5 schematics sheets and 3 of them with changes. I am using firefox to display the diffs. Do you know why 2 of the diffs open in one firefox window (different tabs) while the last one is opening on a new window? It is working fine with chrome.

@jnavila
Copy link
Owner

jnavila commented Sep 4, 2018

It's a wild guess: plotgitsch fires up multiple times "firefox .svg". This exec spawns a firefox process which looks for an already opened firefox window (maybe serving on a unix socket). If not found, the firefox process opens a new window; otherwise it opens a new tab in the found running instance. If the firefox processes are exec'ed to quickly in a raw, the server does not reply to some clients in time and the clients in failure generate a new window.

Chrome seems to be able to cope with the rate of client requests for new tabs.

@leoheck
Copy link
Contributor Author

leoheck commented Sep 4, 2018

Cool, I was thinking the same.

@leoheck leoheck closed this as completed Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants