LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 674|回复: 7

Bad code comes again.My gnome fulls of bad code

[复制链接]
发表于 2003-9-10 12:04:35 | 显示全部楼层 |阅读模式
My OS is FreeBSD4.8,and X-window if XFree86.4.3.0 and gnome 2.2
Yestoday I decorated my gnome 2.2 successfully followed freebird's artical.
www.linuxsir.cn/forum.php?mod=viewthread&tid=61671
However I reinstall my OS and everything.I redecorate my desktop followed the steps and the settings of freebird' artical carefully.But unfortunately I can't get wonderful desktop but the one filled with bad code.
Oh it make me exhausted.My brothers please help me.
Thank you so much!!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2003-9-10 12:41:39 | 显示全部楼层
你先使用KDE看看,Gnome的问题还有待讨论,sorry.让你辛苦了
 楼主| 发表于 2003-9-10 12:59:32 | 显示全部楼层
I only get English but Chinese.I beg your pardon.
thank you very much
发表于 2003-9-10 13:06:01 | 显示全部楼层
我还是并明白你什么地方出问题了,按理来讲,这样汉化是绝对没什么问题的,我们已经试验多次了,你把/usr/etc/fons/fonts.conf帖出来看看。
 楼主| 发表于 2003-9-10 13:15:02 | 显示全部楼层

That is the content of my fonts.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts.conf file to configure system font access -->
<fontconfig>

<!--
        The intent of this standard configuration file is to be adequate for
        most environments.  If you have a reasonably normal environment and
        have found problems with this configuration, they are probably
        things that others will also want fixed.  Please send any suggested
        changes to fonts@xfree86.org so that future releases can include
        such changes.

        Note that the normal 'make install' procedure for XFree86 is to
        replace any existing fonts.conf file with the new version.  Place
        any local customizations in local.conf which this file references.

        Keith Packard
-->

<!-- Font directory list configured on Sun Mar 23 02:32:09 GMT 2003 -->

        <dir>/usr/X11R6/lib/X11/fonts</dir>
        <dir>~/.fonts</dir>

<!--
  Enable sub-pixel rendering
        <match target="font">
                <test qual="all" name="rgba">
                        <const>unknown</const>
                </test>
                <edit name="rgba" mode="assign"><const>rgb</const></edit>
        </match>
-->

<!--
  Accept deprecated 'mono' alias, replacing it with 'monospace'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>mono</string>
                </test>
                <edit name="family" mode="assign">
                        <string>monospace</string>
                </edit>
        </match>

<!--
  Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans serif</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
  Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
        <match target="pattern">
                <test qual="any" name="family">
                        <string>sans</string>
                </test>
                <edit name="family" mode="assign">
                        <string>sans-serif</string>
                </edit>
        </match>

<!--
  Mark common families with their generics so we'll get
  something reasonable
-->

<!--
  Serif faces
-->
        <alias>
                <family>Times</family>
                <family>Times New Roman</family>
                <family>Nimbus Roman No9 L</family>
                <family>Luxi Serif</family>
                <family>Kochi Mincho</family>
                <family>AR PL SungtiL GB</family>
                <family>AR PL Mingti2L Big5</family>
                <family>Baekmuk Batang</family>                       
                <default><family>serif</family></default>
        </alias>
<!--
  Sans-serif faces
-->
        <alias>
                <family>Helvetica</family>
                <family>Arial</family>
                <family>Verdana</family>
                <family>Nimbus Sans L</family>
                <family>Luxi Sans</family>
                <family>Kochi Gothic</family>
                <family>AR PL KaitiM GB</family>
                <family>AR PL KaitiM Big5</family>
                <family>Baekmuk Dotum</family>
                <family>SimSun</family>
                <default><family>sans-serif</family></default>
        </alias>
<!--
  Monospace faces
-->
        <alias>
                <family>Courier</family>
                <family>Courier New</family>
                <family>Andale Mono</family>
                <family>Luxi Mono</family>
                <family>Nimbus Mono L</family>
                <family>NSimSun</family>
                <default><family>monospace</family></default>
        </alias>
<!--
  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>
       
<!--
  Load per-user customization file
-->
        <include ignore_missing="yes">~/.fonts.conf</include>

<!--
  Load local system customization file
-->
        <include ignore_missing="yes">local.conf</include>

<!--
  Alias well known font names to available TrueType fonts
-->
        <alias>
                <family>Times</family>
                <accept><family>Times New Roman</family></accept>
        </alias>
        <alias>
                <family>Helvetica</family>
                <accept><family>Verdana</family></accept>
        </alias>
        <alias>
                <family>Arial</family>
                <accept><family>Verdana</family></accept>
        </alias>
        <alias>
                <family>Courier</family>
                <accept><family>Courier New</family></accept>
        </alias>

<!--
  Provide required aliases for standard names
-->
        <alias>
                <family>serif</family>
                <prefer>
                        <family>Times New Roman</family>
                        <family>Nimbus Roman No9 L</family>
                        <family>Luxi Serif</family>
                        <family>Times</family>
                        <family>Kochi Mincho</family>
                        <family>AR PL SungtiL GB</family>
                        <family>AR PL Mingti2L Big5</family>
                        <family>Baekmuk Batang</family>                       
                </prefer>
        </alias>
        <alias>
                <family>sans-serif</family>
                <prefer>
                        <family>Verdana</family>
                        <family>Nimbus Sans L</family>
                        <family>Luxi Sans</family>
                        <family>Arial</family>
                        <family>Helvetica</family>
                        <family>Kochi Gothic</family>
                        <family>AR PL KaitiM GB</family>
                        <family>AR PL KaitiM Big5</family>
                        <family>Baekmuk Dotum</family>
                        <family>SimSun</family>
                </prefer>
        </alias>
        <alias>
                <family>monospace</family>
                <prefer>
                        <family>Andale Mono</family>
                        <family>Courier New</family>
                        <family>Luxi Mono</family>
                        <family>Nimbus Mono L</family>
                        <family>Kochi Gothic</family>
                        <family>AR PL KaitiM GB</family>
                        <family>Baekmuk Dotum</family>
                </prefer>
        </alias>

<!--
Artificial oblique for fonts without an italic or oblique version
-->

        <match target="font">
                <!-- check to see if the font is roman -->
                <test name="slant">
                        <const>roman</const>
                </test>
                <!-- check to see if the pattern requested non-roman -->
                <test target="pattern" name="slant" compare="not_eq">
                        <const>roman</const>
                </test>
                <!-- multiply the matrix to slant the font -->
                <edit name="matrix" mode="assign">
                        <times>
                                <name>matrix</name>
                                <matrix><double>1</double><double>.2</double>
                                        <double>0</double><double>1</double>
                                </matrix>
                        </times>
                </edit>
                <!-- pretend the font is oblique now -->
                <edit name="slant" mode="assign">
                        <const>oblique</const>
                </edit>
        </match>

        <config>
<!--
  These are the default Unicode chars that are expected to be blank
  in fonts.  All other blank chars are assumed to be broken and
  won't appear in the resulting charsets
-->
                <blank>
                        <int>0x0020</int>        <!-- SPACE -->
                        <int>0x00a0</int>        <!-- NO-BREAK SPACE -->
                        <int>0x00ad</int>        <!-- SOFT HYPHEN -->
                        <int>0x115f</int>        <!-- HANGUL CHOSEONG FILLER -->
                        <int>0x1160</int>        <!-- HANGUL JUNGSEONG FILLER -->
                        <int>0x1680</int>        <!-- OGHAM SPACE MARK -->
                        <int>0x2000</int>        <!-- EN QUAD -->
                        <int>0x2001</int>        <!-- EM QUAD -->
                        <int>0x2002</int>        <!-- EN SPACE -->
                        <int>0x2003</int>        <!-- EM SPACE -->
                        <int>0x2004</int>        <!-- THREE-PER-EM SPACE -->
                        <int>0x2005</int>        <!-- FOUR-PER-EM SPACE -->
                        <int>0x2006</int>        <!-- SIX-PER-EM SPACE -->
                        <int>0x2007</int>        <!-- FIGURE SPACE -->
                        <int>0x2008</int>        <!-- PUNCTUATION SPACE -->
                        <int>0x2009</int>        <!-- THIN SPACE -->
                        <int>0x200a</int>        <!-- HAIR SPACE -->
                        <int>0x200b</int>        <!-- ZERO WIDTH SPACE -->
                        <int>0x200c</int>        <!-- ZERO WIDTH NON-JOINER -->
                        <int>0x200d</int>        <!-- ZERO WIDTH JOINER -->
                        <int>0x200e</int>        <!-- LEFT-TO-RIGHT MARK -->
                        <int>0x200f</int>        <!-- RIGHT-TO-LEFT MARK -->
                        <int>0x2028</int>        <!-- LINE SEPARATOR -->
                        <int>0x2029</int>        <!-- PARAGRAPH SEPARATOR -->
                        <int>0x202a</int>        <!-- LEFT-TO-RIGHT EMBEDDING -->
                        <int>0x202b</int>        <!-- RIGHT-TO-LEFT EMBEDDING -->
                        <int>0x202c</int>        <!-- POP DIRECTIONAL FORMATTING -->
                        <int>0x202d</int>        <!-- LEFT-TO-RIGHT OVERRIDE -->
                        <int>0x202e</int>        <!-- RIGHT-TO-LEFT OVERRIDE -->
                        <int>0x202f</int>        <!-- NARROW NO-BREAK SPACE -->
                        <int>0x205f</int>        <!-- MEDIUM MATHEMATICAL SPACE -->
                        <int>0x2060</int>        <!-- WORD JOINER -->
                        <int>0x2061</int>        <!-- FUNCTION APPLICATION -->
                        <int>0x2062</int>        <!-- INVISIBLE TIMES -->
                        <int>0x2063</int>        <!-- INVISIBLE SEPARATOR -->
                        <int>0x206A</int>        <!-- INHIBIT SYMMETRIC SWAPPING -->
                        <int>0x206B</int>        <!-- ACTIVATE SYMMETRIC SWAPPING -->
                        <int>0x206C</int>        <!-- INHIBIT ARABIC FORM SHAPING -->
                        <int>0x206D</int>        <!-- ACTIVATE ARABIC FORM SHAPING -->
                        <int>0x206E</int>        <!-- NATIONAL DIGIT SHAPES -->
                        <int>0x206F</int>        <!-- NOMINAL DIGIT SHAPES -->
                        <int>0x3000</int>        <!-- IDEOGRAPHIC SPACE -->
                        <int>0x3164</int>        <!-- HANGUL FILLER -->
                        <int>0xfeff</int>        <!-- ZERO WIDTH NO-BREAK SPACE -->
                        <int>0xffa0</int>        <!-- HALFWIDTH HANGUL FILLER -->
                        <int>0xfff9</int>        <!-- INTERLINEAR ANNOTATION ANCHOR -->
                        <int>0xfffa</int>        <!-- INTERLINEAR ANNOTATION SEPARATOR -->
                        <int>0xfffa</int>        <!-- INTERLINEAR ANNOTATION TERMINATOR -->
                </blank>
<!--
  Rescan configuration every 30 seconds when FcFontSetList is called
-->
                <rescan>
                        <int>30</int>
                </rescan>
        </config>

</fontconfig>
发表于 2003-9-10 13:23:02 | 显示全部楼层
可以看出你并没有按照我的帖子来修改:p,因为你连字体目录都没添加,还有其他操作你也没有做.你用下面的代码完全替换掉原来的试试看:
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <!-- /etc/fonts.conf file to configure system font access -->
  4. <fontconfig>
  5. <!--
  6. The intent of this standard configuration file is to be adequate for
  7. most environments. If you have a reasonably normal environment and
  8. have found problems with this configuration, they are probably
  9. things that others will also want fixed. Please send any suggested
  10. changes to [email]fonts@xfree86.org[/email] so that future releases can include
  11. such changes.
  12. Note that the normal 'make install' procedure for XFree86 is to
  13. replace any existing fonts.conf file with the new version. Place
  14. any local customizations in local.conf which this file references.
  15. Keith Packard
  16. -->
  17. <!-- Font directory list configured on Thu Apr 3 13:42:53 CST 2003 -->
  18. <dir>/usr/X11R6/lib/X11/fonts/TrueType</dir>
  19. <dir>/usr/X11R6/lib/X11/fonts/Type1</dir>
  20. <dir>/usr/X11R6/lib/X11/fonts/OTF</dir>
  21. <dir>~/.fonts</dir>
  22. <!--
  23. Enable sub-pixel rendering
  24. <match target="font">
  25. <test qual="all" name="rgba">
  26. <const>unknown</const>
  27. </test>
  28. <edit name="rgba" mode="assign"><const>rgb</const></edit>
  29. </match>
  30. -->
  31. <!--
  32. Accept deprecated 'mono' alias, replacing it with 'monospace'
  33. -->
  34. <match target="pattern">
  35. <test qual="any" name="family">
  36. <string>mono</string>
  37. </test>
  38. <edit name="family" mode="assign">
  39. <string>monospace</string>
  40. </edit>
  41. </match>
  42. <match target="pattern">
  43. <test qual="any" name="size" compare="l">
  44. <int>12</int>
  45. </test>
  46. <edit name="antialias" mode="assign">
  47. <bool>false</bool>
  48. </edit>
  49. </match>
  50. <!--
  51. Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
  52. -->
  53. <match target="pattern">
  54. <test qual="any" name="family">
  55. <string>sans serif</string>
  56. </test>
  57. <edit name="family" mode="assign">
  58. <string>sans-serif</string>
  59. </edit>
  60. </match>
  61. <!--
  62. Accept deprecated 'sans' alias, replacing it with 'sans-serif'
  63. -->
  64. <match target="pattern">
  65. <test qual="any" name="family">
  66. <string>sans</string>
  67. </test>
  68. <edit name="family" mode="assign">
  69. <string>sans-serif</string>
  70. </edit>
  71. </match>
  72. <!--
  73. Mark common families with their generics so we'll get
  74. something reasonable
  75. -->
  76. <!--
  77. Serif faces
  78. -->
  79. <alias>
  80. <family>Times New Roman</family>
  81. <family>Times</family>
  82. <family>Nimbus Roman No9 L</family>
  83. <family>Luxi Serif</family>
  84. <family>Simsun</family>
  85. <family>Kochi Mincho</family>
  86. <family>AR PL SungtiL GB</family>
  87. <family>AR PL Mingti2L Big5</family>
  88. <family>Baekmuk Batang</family>
  89. <default><family>serif</family></default>
  90. </alias>
  91. <!--
  92. Sans-serif faces
  93. -->
  94. <alias>
  95. <family>Tahoma</family>
  96. <family>Verdana</family>
  97. <family>Helvetica</family>
  98. <family>Arial</family>
  99. <family>Nimbus Sans L</family>
  100. <family>Luxi Sans</family>
  101. <family>Simsun</family>
  102. <family>Kochi Gothic</family>
  103. <family>AR PL KaitiM GB</family>
  104. <family>AR PL KaitiM Big5</family>
  105. <family>Baekmuk Dotum</family>
  106. <default><family>sans-serif</family></default>
  107. </alias>
  108. <!--
  109. Monospace faces
  110. -->
  111. <alias>
  112. <family>Courier</family>
  113. <family>Courier New</family>
  114. <family>Andale Mono</family>
  115. <family>Luxi Mono</family>
  116. <family>Nimbus Mono L</family>
  117. <family>NSimSun</family>
  118. <default><family>monospace</family></default>
  119. </alias>
  120. <!--
  121. If the font still has no generic name, add sans-serif
  122. -->
  123. <match target="pattern">
  124. <test qual="all" name="family" compare="not_eq">
  125. <string>SimSun</string>
  126. </test>
  127. <test qual="all" name="family" compare="not_eq">
  128. <string>SimSun</string>
  129. </test>
  130. <test qual="all" name="family" compare="not_eq">
  131. <string>SimSun</string>
  132. </test>
  133. <edit name="family" mode="append_last">
  134. <string>SimSun</string>
  135. </edit>
  136. </match>
  137. <!--
  138. Load per-user customization file
  139. -->
  140. <include ignore_missing="yes">~/.fonts.conf</include>
  141. <!--
  142. Load local system customization file
  143. -->
  144. <include ignore_missing="yes">local.conf</include>
  145. <!--
  146. Alias well known font names to available TrueType fonts
  147. -->
  148. <alias>
  149. <family>Times</family>
  150. <accept><family>Times New Roman</family></accept>
  151. </alias>
  152. <alias>
  153. <family>Helvetica</family>
  154. <accept><family>Verdana</family></accept>
  155. </alias>
  156. <alias>
  157. <family>Arial</family>
  158. <accept><family>Verdana</family></accept>
  159. </alias>
  160. <alias>
  161. <family>Courier</family>
  162. <accept><family>Courier New</family></accept>
  163. </alias>
  164. <!--
  165. Provide required aliases for standard names
  166. -->
  167. <alias>
  168. <family>serif</family>
  169. <prefer>
  170. <family>SimSun</family>
  171. <family>Times New Roman</family>
  172. <family>Nimbus Roman No9 L</family>
  173. <family>Luxi Serif</family>
  174. <family>Times</family>
  175. <family>Simsun</family>
  176. <family>Kochi Mincho</family>
  177. <family>AR PL SungtiL GB</family>
  178. <family>AR PL Mingti2L Big5</family>
  179. <family>Baekmuk Batang</family>
  180. </prefer>
  181. </alias>
  182. <alias>
  183. <family>sans-serif</family>
  184. <prefer>
  185. <family>Tahoma</family>
  186. <family>Verdana</family>
  187. <family>Nimbus Sans L</family>
  188. <family>Luxi Sans</family>
  189. <family>Arial</family>
  190. <family>Helvetica</family>
  191. <family>SimSun</family>
  192. <family>Kochi Gothic</family>
  193. <family>AR PL KaitiM GB</family>
  194. <family>AR PL KaitiM Big5</family>
  195. <family>Baekmuk Dotum</family>
  196. </prefer>
  197. </alias>
  198. <alias>
  199. <family>monospace</family>
  200. <prefer>
  201. <family>SimSun</family>
  202. <family>Andale Mono</family>
  203. <family>Courier New</family>
  204. <family>Luxi Mono</family>
  205. <family>Nimbus Mono L</family>
  206. <family>NSimSun</family>
  207. <family>Kochi Gothic</family>
  208. <family>AR PL KaitiM GB</family>
  209. <family>Baekmuk Dotum</family>
  210. </prefer>
  211. </alias>
  212. <!--
  213. Artificial oblique for fonts without an italic or oblique version
  214. -->
  215. <match target="font">
  216. <!-- check to see if the font is roman -->
  217. <test name="slant">
  218. <const>roman</const>
  219. </test>
  220. <!-- check to see if the pattern requested non-roman -->
  221. <test target="pattern" name="slant" compare="not_eq">
  222. <const>roman</const>
  223. </test>
  224. <!-- multiply the matrix to slant the font -->
  225. <edit name="matrix" mode="assign">
  226. <times>
  227. <name>matrix</name>
  228. <matrix><double>1</double><double>.2</double>
  229. <double>0</double><double>1</double>
  230. </matrix>
  231. </times>
  232. </edit>
  233. <!-- pretend the font is oblique now -->
  234. <edit name="slant" mode="assign">
  235. <const>oblique</const>
  236. </edit>
  237. </match>
  238. <!--
  239. This expression is added by Akito Hirai<akito@kde.gr.jp> for convenience.
  240. It can be used to make artificial bold versions in client libraries/applications.
  241. -->
  242. <match target="font">
  243. <test name="weight">
  244. <const>medium</const>
  245. </test>
  246. <test target="pattern" name="weight" compare="more">
  247. <const>medium</const>
  248. </test>
  249. <edit name="weight" mode="assign">
  250. <if>
  251. <more>
  252. <name>spacing</name>
  253. <const>proportional</const>
  254. </more>
  255. <const>demibold</const> <!-- for monospace -->
  256. <const>bold</const> <!-- for proportional -->
  257. </if>
  258. </edit>
  259. </match>
  260. <match target="font">
  261. <test name="pixelsize" compare="less_eq">
  262. <double>16</double>
  263. </test>
  264. <test name="pixelsize" compare="more_eq">
  265. <double>8</double>
  266. </test>
  267. <edit name="antialias" mode="assign">
  268. <bool>f</bool>
  269. </edit>
  270. </match>
  271. <match target="font">
  272. <test name="size" compare="less_eq">
  273. <double>16</double>
  274. </test>
  275. <test name="size" compare="more_eq">
  276. <double>8</double>
  277. </test>
  278. <edit name="antialias" mode="assign">
  279. <bool>f</bool>
  280. </edit>
  281. </match>
  282. <config>
  283. <!--
  284. These are the default Unicode chars that are expected to be blank
  285. in fonts. All other blank chars are assumed to be broken and
  286. won't appear in the resulting charsets
  287. -->
  288. <blank>
  289. <int>0x0020</int> <!-- SPACE -->
  290. <int>0x00a0</int> <!-- NO-BREAK SPACE -->
  291. <int>0x00ad</int> <!-- SOFT HYPHEN -->
  292. <int>0x115f</int> <!-- HANGUL CHOSEONG FILLER -->
  293. <int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
  294. <int>0x1680</int> <!-- OGHAM SPACE MARK -->
  295. <int>0x2000</int> <!-- EN QUAD -->
  296. <int>0x2001</int> <!-- EM QUAD -->
  297. <int>0x2002</int> <!-- EN SPACE -->
  298. <int>0x2003</int> <!-- EM SPACE -->
  299. <int>0x2004</int> <!-- THREE-PER-EM SPACE -->
  300. <int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
  301. <int>0x2006</int> <!-- SIX-PER-EM SPACE -->
  302. <int>0x2007</int> <!-- FIGURE SPACE -->
  303. <int>0x2008</int> <!-- PUNCTUATION SPACE -->
  304. <int>0x2009</int> <!-- THIN SPACE -->
  305. <int>0x200a</int> <!-- HAIR SPACE -->
  306. <int>0x200b</int> <!-- ZERO WIDTH SPACE -->
  307. <int>0x200c</int> <!-- ZERO WIDTH NON-JOINER -->
  308. <int>0x200d</int> <!-- ZERO WIDTH JOINER -->
  309. <int>0x200e</int> <!-- LEFT-TO-RIGHT MARK -->
  310. <int>0x200f</int> <!-- RIGHT-TO-LEFT MARK -->
  311. <int>0x2028</int> <!-- LINE SEPARATOR -->
  312. <int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
  313. <int>0x202a</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
  314. <int>0x202b</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
  315. <int>0x202c</int> <!-- POP DIRECTIONAL FORMATTING -->
  316. <int>0x202d</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
  317. <int>0x202e</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
  318. <int>0x202f</int> <!-- NARROW NO-BREAK SPACE -->
  319. <int>0x205f</int> <!-- MEDIUM MATHEMATICAL SPACE -->
  320. <int>0x2060</int> <!-- WORD JOINER -->
  321. <int>0x2061</int> <!-- FUNCTION APPLICATION -->
  322. <int>0x2062</int> <!-- INVISIBLE TIMES -->
  323. <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
  324. <int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
  325. <int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
  326. <int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
  327. <int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
  328. <int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
  329. <int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
  330. <int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
  331. <int>0x3164</int> <!-- HANGUL FILLER -->
  332. <int>0xfeff</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
  333. <int>0xffa0</int> <!-- HALFWIDTH HANGUL FILLER -->
  334. <int>0xfff9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
  335. <int>0xfffa</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
  336. <int>0xfffa</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
  337. </blank>
  338. <!--
  339. Rescan configuration every 30 seconds when FcFontSetList is called
  340. -->
  341. <rescan>
  342. <int>30</int>
  343. </rescan>
  344. </config>
复制代码
 楼主| 发表于 2003-9-10 14:56:37 | 显示全部楼层
哥们我用了你的fonts.conf后,在启动kde时提示了
Fontconfig warning : line 52 : invalid test compare "l"
Fontconfig error: Line 363 : no element found
Fontconfig error: cannot : load default config file
怎么解觉一下,我刚才查了一下别的,应该没什么问题了
谢谢你了。
发表于 2003-9-10 22:21:02 | 显示全部楼层
这些可要根据自己机上的目录自己改, 一般也就那几个文件, 怎么这么错, 我没用GNOME, 用的KDE, 没这问题!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表