firefox 慢得令人受不了
忙碌游標要跳 10 下以上才會開啟視窗(而且還繼續跳)
關閉時連系統都覺得慢
還會問你要不要強制結束
試著移除 plugins 、停用 ipv6 或直接抓 moztw 上的已編譯版本來用似乎都沒用
本來以為用 seamonkey 應該也沒什麼幫助才對
但是出乎意料,感覺還蠻好的
SeaMonkey 首頁: http://www.seamonkey-project.org/
下載 Linux GTK2 的 installer 版本
解壓縮後會得到一個 seamonkey-installer 的目錄
在目錄中執行 seamonkey-installer 就會開始安裝
我習慣裝在家目錄中(這樣就不必管理者權限)
![]() |
| 寄件者 openSUSE 11.1 |
安裝完後,你得自己做一個 seamonkey.desktop 內容為
[Desktop Entry]
Encoding=UTF-8
Name=SeaMonkey
Name[zh_TW]=SeaMonkey 網路套裝軟體
GenericName=Internet Suite
GenericName[zh_TW]=網際網路套裝軟體
Comment=Explore, search and discover the web
Comment[zh_TW]=探索、搜尋和發現網際網路
Exec=/home/swyear/seamonkey/seamonkey
Terminal=false
Type=Application
Icon=/home/swyear/seamonkey/chrome/icons/default/seamonkey.png
Categories=Network;WebBrowser;
把這檔案丟到 ~/.local/share/applications/ 裏面
注意在 Exec 和 Icon 我用了絕對路徑
您的使用者名稱當然和我不同
為了方便能讓其他程式呼叫 seamonkey
將 seamonkey 做一個連結在 ~/bin/ 中
$ cd ~/bin
$ ln -s ~/seamonkey/seamonkey .
中文翻譯請到 http://forum.moztw.org/viewtopic.php?t=21895 下載(感謝小怪鬼)
開啟 seamonkey ,在『File』->『Open File』選擇您下載的中文 .xpi 檔
就會開始安裝中文套件
然後在 『Edit』->『Preferences』->『Language』裏面設定中文
重新啟動 saemonkey 就會有中文了
![]() |
| 寄件者 openSUSE 11.1 |
你的那些 plugins 大部份都可以用
他們都是被裝在 /usr/lib/browser-plugins/
(若是 64位元系統則在 /usr/lib64/browser-plugins/
把他們連結到 seamonkey/plugins/底下即可
$ cd ~/seamonkey/plugins
$ ln -s /usr/lib/browser-plugins/* .

