test Blog
Happy living

Ubuntu-Firefox乱码问题

老鼠 posted @ 2009年4月21日 22:17 in linux with tags ubuntu firefox 乱码 , 3770 阅读

方法一:
代码:
sudo gedit /etc/fonts/conf.d/49-sansserif.conf


找到最后第4行的 sans-serif 替换为 文泉驿正黑或者sans,即可解决。


代码:
<string>文泉驿正黑</string>
保存即可,重启firefox,flash乱码解决了。
修改后的内容为:
<?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>文泉驿正黑</string>
</edit>
</match>
</fontconfig>

 

方法二:

sudo rm /etc/fonts/conf.d/49-sansserif.conf

或者备份一下

sudo mv /etc/fonts/conf.d/49-sansserif.conf  49-sansserif.conf .bak

BSNL APN 说:
2023年2月07日 15:29

Find the new different Access Network Points to configure for different organizations to access 2G / 3G / 4G high speed BSNL mobile internet, where Today every mobile customer subscribes with unlimited 4G internet plans to access internet on their 3G, 4G smart mobiles or wireless phones, BSNL APN and for the best high speed connectivity, a gateway is required i.e. nothing but BSNL APN Settings or simply BSNL APN.

Kerala SSLC importa 说:
2023年9月14日 19:31

Kerala SSLC Blueprint 2024 are designed According to the Latest Exam Pattern for English, Biology, Mathematics, Physics, Chemistry, Social Science, Third Language Hindi, Malayalam Subject Wise Important Question Prepare by Senior Experts, so it will help Students to know the Exact Difficulty level of the Kerala SSLC Question Paper 2024 we have Provided All the Subjects can Download the Exam Kerala SSLC important Questions Paper 2024 Papers very easily.Students, who’re starting their Preparation for Kerala General Education Examination, they can easily get idea about which type of question will be asked in SSLC Exam, then Start Your Preparation with Kerala SSLC Mock Test Paper 2024 Download will also help them on how to time each Question


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter