下載連結(HiNet):請按右鍵另存新檔!
# Firefox 1.0.4 Aviary/Branch 正體中文版 0420 (適用 PowerPC 7450 系列!)
# NVu 0.9 英文版 0317 (適用 PowerPC 7450 系列、MAC OS X 10.3.x 以上。)
程式現況描述:2005-3-17
還是會掉字...
英文版的英文不會掉,會掉的都是在標籤或選單上的中文字!
尤其遇上切換讀取不同語系網頁時!
4.更換 ICON、加入中文描述Search Plugins.
5.加入 "Spee Up Firefox" 參數。
6.變更.mozconfig。
7.加入NVu 0.9 for MAC OS X.
目前掉字解決方法:
1.參考
http://forum.moztw.org/viewtopic.php?t=6678
2.用英文版的試試看!
3.使用 litteFox 佈景主題!
參考了國外對Firefox G4最佳化的網頁
1.
http://homepage.mac.com/krmathis/
2.
http://forums.mozillazine.org/viewtopic.php?t=149532
經過五六天不眠不休的奮戰,以及重灌我的PowerBookG4不下數十次的結果之後!我終於編譯出來嚕!
版號可以看看下面的簽名檔∼
本來是想等官方1.0.1正體中文版的,可是後來想想放棄最佳化蠻可惜的!乾脆自己做看看!
真的學到蠻多的!如CVS,MAC OS X 的終端機環境!
這是我第一次做程式Build!
請問有誰想當白老鼠幫我測試看看?
1.編譯環境:PowerBook G4 CPU:PowerPC 7447A
Mac OS X 10.3.8,Xcode Tools 1.5,Fink 0.71
2. /.mozconfig使用參數:
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-application=browser
ac_add_options --enable-strip
ac_add_options --enable-static
ac_add_options --enable-pthreads
ac_add_options --enable-prebinding
ac_add_options --enable-optimize="-O3 -faltivec -mcpu=7450 -mtune=7450 -mpowerpc -mpowerpc-gfxopt"
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --disable-shared
ac_add_options --enable-ui-locale=zh-TW
ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.2.8.sdk
ac_add_options --without-system-png
ac_add_options --without-system-mng
ac_add_options --without-system-nspr
ac_add_options --without-system-zlib
ac_add_options --without-system-jpeg
3."Spee Up Firefox" 參數:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.turbo.enabled", true);