您需要 登录 才可以下载或查看,没有账号?注册
使用道具 举报
ubuntu flash中文乱码解决 buntu装好之后, 为浏览器firefox安装flash插件, 后来发现中文会变成方框。 如何解决? 输入: cd /etc/fonts/conf.d/ 为了安全,备份一下: sudo cp 49-sansserif.conf 49-sansserif.conf_backup 输入如下指令: sudo gedit ./49-sansserif.conf 此时文件显示内容。 将其中的第1、2、4个后面的sans-serif或者serif用你自己系统中支持中文的字体的名字代替,注意字体名字的大小写 结果如下: <match target="pattern"> <test qual="all" name="family" compare="not_eq"> <string>iYaHei</string> </test> <test qual="all" name="family" compare="not_eq"> <string>iYaHei</string> </test> <test qual="all" name="family" compare="not_eq"> <string>monospace</string> </test> <edit name="family" mode="append_last"> <string>iYaHei</string> </edit> </match>
原帖由 nihui 于 2010-5-6 23:10 发表 改 fontconfig 配置 or 升级 flash-plugin ??
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
GMT+8, 2025-9-10 03:19 , Processed in 0.039476 second(s), 17 queries .
© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.