Author: nextgens Date: 2008-05-09 09:20:53 +0000 (Fri, 09 May 2008) New Revision: 19872
Modified: trunk/apps/new_installer/res/unix/bin/browse.sh Log: new_installer: put a big warning in case we don't detect FF Modified: trunk/apps/new_installer/res/unix/bin/browse.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 09:14:14 UTC (rev 19871) +++ trunk/apps/new_installer/res/unix/bin/browse.sh 2008-05-09 09:20:53 UTC (rev 19872) @@ -46,6 +46,10 @@ # maybeCreateFFProfile "/Applications/Firefox.app/Contents/MacOS/firefox" # fi - echo The installer was unable to locate Mozilla Firefox on your computer + echo The installer was unable to locate Mozilla Firefox + echo on your computer. Be informed that Freenet *will* + echo be slow for you unless you manually configure your + echo browser : see "http://freenetproject.org/faq.html#connections" + echo for detailed instructions. java -Djava.net.preferIPv4Stack=true -cp bin/browser.jar BareBonesBrowserLaunch "$URL" & fi
