這是幾個星期前的舊新聞了, 只是之前安裝後, 完全不能跑, 出現的訊息像這篇形容的: Google Chrome出Linux的不穩定版本啦!
今天裝裝看, 網頁也都可以顯示, 雖然中文都是方塊, 不過, 重點是可以動了. XD
安裝步驟
- 到此處下載 deb 檔: Early Access Release Channels (Chromium Developer Documentation)
- 或於此下載
- 32 bit 下載: google-chrome-unstable_current_i386.deb
- 64 bit 下載: google-chrome-unstable_current_amd64.deb
- dpkg -i google-chrome-unstable_current_i386.deb
- 即安裝完成.
另一種安裝方式可見: Install Chromium (Google chrome) web browser in Ubuntu (下述摘錄安裝步驟)
- vim /etc/apt/sources.list
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main - sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
- sudo apt-get update
- sudo apt-get install chromium-browser
Google Chrome 顯示中文
後來找到 Google Chrome 顯示中文解法, 但是看起來與: Ubuntu 9.04 的 Firefox Flash 中文無法顯示修復 相互衝突
vim /etc/fonts/conf.d/49-sansserif.conf
將所有sans serif
改成sans-serif
這樣子 Google Chrome 就可以正常顯示中文, 但是 Firefox 的 Flash 中文就變方塊了.先暫時這樣用, 等找到更好解法再修正~ 🙂
感謝
swyear 的解法(解決 Firefox Flash 中文變方塊的問題)
- 將 49-sansserif.conf 都改回原狀
- vim /etc/fonts/conf.d/69-language-selector-zh-tw.conf
- 拿掉 sans-serif 的 binding="strong" 即可.
若想看 Google Chrome for Linux 的每日進度, 可於: /buildbot/snapshots/chromium-rel-linux 此處看到