ubuntu8.04中firefox中flash有时出现乱码解决办法

今天用firefox看个flash视频教程,出现了乱码问题,通过网络查阅资料现把解决办法做下总结,

1. cd到目录 /etc/fonts/conf.d/

2. 备份49-sansserif.conf文件,因为我们等下要修改此文件

    sudo cp 49-sansserif.conf 49-sansserif.conf_backup

3. 修改49-sansserif.conf文件

   sudo gedit 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>文泉驿正黑</string>
        </test>
        <test qual="all" name="family" compare="not_eq">
            <string>文泉驿正黑</string>
        </test>
        <test qual="all" name="family" compare="not_eq">
            <string>monospace</string>
        </test>
        <edit name="family" mode="append_last">
            <string>文泉驿正黑</string>
        </edit>
    </match>
</fontconfig>

 

4. 修改好配置文件后,重新启动firefox,还是乱码的话,那就需要注销当前用户或重启电脑。

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值