| OS X - Development and Darwin Discussion and questions about development for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,337
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|
If you copied Firefox to your Applications directory, look in /Applications. If you need to link to the actual Firefox binary, check /Applications/Firefox.app/Contents/MacOS/. The binary is called firefox-bin.
Important Links: Community Guidelines : Use the reputation system if you've been helped. M-F Blog :: Write for the blog :: M-F IRC Channel - Chats every Sunday at 8PM EST. |
| QUOTE Thanks | |
![]() Member Since: Mar 01, 2010
Posts: 3
![]() |
firefox -remote 'openURL(%p)' || /Applications/Firefox.app/Contents/MacOS/firefox-bin '%p' & now the problem is ... that once it is open and I ask to preview it gives me an error that says... only one FireFox may be open at a time. |
||||
| QUOTE Thanks | |||||
![]() Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,337
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|
The problem is that you can't have multiple instances of Firefox open, which is different than having multiple windows open. The command you're trying to execute is trying to open up a new instance of Firefox which won't work (as you have found out). Try the following: replace "/Applications/Firefox.app/Contents/MacOS/firefox-bin '%p' &" with "open -a /Applications/Firefox.app '%p'" (without quotation marks of course). If the %p is the page you're working on, you should be golden.
Important Links: Community Guidelines : Use the reputation system if you've been helped. M-F Blog :: Write for the blog :: M-F IRC Channel - Chats every Sunday at 8PM EST. Last edited by vansmith; 03-01-2010 at 10:35 PM. Reason: rephrasing and clarification |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
All times are GMT -4. The time now is 02:00 AM.
Powered by vBulletin