改用 Ubuntu 一陣子了,關於 FireFox flash 中文方塊字的問題,因為影響不大,所以一直也沒有去解決。因為過幾天要去台南玩,女兒指名要去奇美博物館。預先在看網頁上的奇美博物館館藏時,終於遇到不解決不行的狀況了。
google 一下 「 ubuntu 9.04 flash 中文 」,果然資料不少。
搜尋結果第一項就是曾董的「Ubuntu 9.04 的Firefox Flash 中文無法顯示修復| Tsung's Blog」。裡面的兩個方法,曾董推薦的是修改 /etc/fonts/conf.d/69-language-selector-zh-tw.conf 設定。不過,個人試過這個方法會讓整個功能表變成單線字,看得很不習慣。
所以,我改用第一個方法,修改 /etc/fonts/conf.d/49-sansserif.conf 。記一下整個改好的檔案內容如下:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- If the font still has no generic name, add sans-serif --> <match target="pattern"> <test qual="all" name="family" compare="not_eq"> <string>sans serif</string> </test> <test qual="all" name="family" compare="not_eq"> <string>serif</string> </test> <test qual="all" name="family" compare="not_eq"> <string>monospace</string> </test> <edit name="family" mode="append_last"> <string>sans serif</string> </edit> </match> </fontconfig>
我對「奇美博物館」裡的「油畫」、「樂器」和「武器」印象滿深的, 館藏頗為精采。
回覆刪除感謝分享
回覆刪除果然OK了