how to remotely open an URL in Firefox in a specific profile?

Posted by miernik on Super User See other posts from Super User or by miernik
Published on 2010-03-12T07:10:50Z Indexed on 2010/03/12 7:17 UTC
Read the original article Hit count: 218

I have several instances of Firefox with several different profiles running. Among them profiles with the names "software" and "test".

I am trying to open an URL from a bash script to have it open in profile "test", like this:

firefox -P "test" http://www.example.org/

However that opens it in profile "software" anyway. Any ideas?

Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100308 Iceweasel/3.5.8 (like Firefox/3.5.8)

© Super User or respective owner

Related posts about firefox

Related posts about linux