Bugs Abound
Posted Jun 15, 2004 19:15 UTC (Tue) by
tjw.org (guest, #20716)
Parent article:
Mozilla Firefox 0.9 released
I too am sticking with 0.8.
The '-remote' flag can't find the any running instances of firefox. I
think this has to do with the fact that the ~/.phoenix directory is no longer used, but instead BOTH ~/.mozilla and ~/.firefox are used (possibly not intended). This is the show stopper for me since I can't use my handy /usr/local/bin/firefox script anymore:
#!/bin/sh
cd /usr/local/firefox && (./firefox -remote "openURL($1, new-window)" || ./firefox $@)
(
Log in to post comments)