Chinaunix首页 | 论坛 | 博客
  • 博客访问: 92047
  • 博文数量: 25
  • 博客积分: 1535
  • 博客等级: 上尉
  • 技术积分: 270
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-06 00:19
个人简介

艹 不设置头像还不让发博客了??

文章分类

全部博文(25)

文章存档

2011年(1)

2009年(13)

2008年(11)

我的朋友

分类: LINUX

2009-04-25 23:17:40

搜索了一下,不是删除文件,就是大改文件,真怕把英文搞的很难看。所以找了个最小的解决方案:


ubuntu/linux flash中文乱码 的解决
打开配置文件:
cd /etc/fonts/conf.d/
sudo gedit 49-sansserif.conf

修改edit节点,将<string>sans-serif</string>
改为 <string>sans</string>

<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> 这里改为<--- <string>sans</string>
</edit>
</match>

阅读(1243) | 评论(1) | 转发(0) |
0

上一篇:Ro_04192009

下一篇:使用Debian-字体美化

给主人留下些什么吧!~~

srdgame2009-05-23 08:38:58

sudo apt-get remove swfdec-mozilla