| ▲ | conaclos 10 hours ago | |||||||
Have you tried `firefox --no-remote --profile <path>`? In my case, I am able to launch several Firefox instances with distinct profiles. | ||||||||
| ▲ | o11c 10 hours ago | parent | next [-] | |||||||
Note 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. | ||||||||
| ||||||||
| ▲ | rc_kas 7 hours ago | parent | prev | next [-] | |||||||
I do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on mac | ||||||||
| ||||||||
| ▲ | bluebarbet 10 hours ago | parent | prev [-] | |||||||
Yes, 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. | ||||||||