top | item 45830569 (no title) rc_kas | 3 months ago I do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on mac discuss order hn newest UltraSane|3 months ago On windows powershell I do Start-Process "C:\Program Files\Mozilla Firefox\firefox.exe" -ArgumentList "-P default-release" Which is the exact same idea. hosteur|3 months ago How does that integrate with the "Dock" or menu bar at the bottom? (new to Mac)
UltraSane|3 months ago On windows powershell I do Start-Process "C:\Program Files\Mozilla Firefox\firefox.exe" -ArgumentList "-P default-release" Which is the exact same idea.
UltraSane|3 months ago
hosteur|3 months ago