-
Beta Was this translation helpful? Give feedback.
Answered by
dsech
Mar 23, 2023
Replies: 2 comments
-
This is most likely a problem with firefox, because it was solved after the latest firefox update. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually the problem reappeared, and I noticed it's strictly because granted is called from WSL2. I don't know what's the root cause of this issue, but I found a workaround:
Now the container tabs should reliably open inside the existing firefox process |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dsech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually the problem reappeared, and I noticed it's strictly because granted is called from WSL2. I don't know what's the root cause of this issue, but I found a workaround:
cmd.exe /c c:/Progra~1/Mozill~1/firefox.exe "${@//&/^&}"
Now the container tabs should reliably open inside the existing firefox process