10 ms·
Have you tried `firefox --no-remote --profile <path>`? In my case, I am able to launch several Firefox instances with distinct profiles.
by conaclos 11mo ago
Have you tried `firefox --no-remote --profile <path>`?
In my case, I am able to launch several Firefox instances with distinct profiles.
- bluebarbet 11mo agoYes, I tried that and everything else. Either it refuses to launch with `--new-instance` or (from memory, in the case of your command) subsequent `--new-tab`s may open in the wrong profile. Presumably due to the order in which the original instances were created. The point is that the system turns on these UIDs, which are not paths or even hashes of paths.
- o11c 11mo agoNote that `--no-remote` breaks starting new browser windows from outside, which users normally want. I'm starting to think that setting the `HOME` environment variable is the only way to really make things isolated - this still won't handle `~insertusernamehere` but basically everything else respects it.
- glandium 11mo ago--no-remote doesn't do anything anymore. It was removed about a year ago if memory serves.
- rc_kas 11mo agoI do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on mac