X

Google Chrome 於 Ubuntu Linux 安裝 (unstable 版)

這是幾個星期前的舊新聞了, 只是之前安裝後, 完全不能跑, 出現的訊息像這篇形容的: Google Chrome出Linux的不穩定版本啦!

今天裝裝看, 網頁也都可以顯示, 雖然中文都是方塊, 不過, 重點是可以動了. XD

安裝步驟

  1. 到此處下載 deb 檔: Early Access Release Channels ‎(Chromium Developer Documentation)‎
  2. 或於此下載
  3. dpkg -i google-chrome-unstable_current_i386.deb
  4. 即安裝完成.

另一種安裝方式可見: Install Chromium (Google chrome) web browser in Ubuntu (下述摘錄安裝步驟)

  1. 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

  2. sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
  3. sudo apt-get update
  4. sudo apt-get install chromium-browser

Google Chrome 顯示中文

後來找到 Google Chrome 顯示中文解法, 但是看起來與: Ubuntu 9.04 的 Firefox Flash 中文無法顯示修復 相互衝突 

  1. vim /etc/fonts/conf.d/49-sansserif.conf


    將所有 sans serif 改成 sans-serif

  2. 這樣子 Google Chrome 就可以正常顯示中文, 但是 Firefox 的 Flash 中文就變方塊了.
  3. 先暫時這樣用, 等找到更好解法再修正~ 🙂

感謝
swyear 的解法(解決 Firefox Flash 中文變方塊的問題)

  1. 將 49-sansserif.conf 都改回原狀
  2. vim /etc/fonts/conf.d/69-language-selector-zh-tw.conf
  3. 拿掉 sans-serif 的 binding="strong" 即可.

若想看 Google Chrome for Linux 的每日進度, 可於: /buildbot/snapshots/chromium-rel-linux 此處看到

Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.
Related Post