> 问答

解决Linux下Flash文字不能显示的问题

人阅读 2024-10-16 18:06:26Linux
广告 X
欧意最新版本

欧意最新版本

欧意最新版本app是一款安全、稳定、可靠的数字货币交易平台。

APP下载  官网地址

  在Linux下用Firefox浏览有Flash的网页时,经常碰到有些文字不能正常显示,有些还可能显示乱码,比如Google 的在线音乐 <https://www.google.cn/music>播放音乐时,完全显示不了文字。

  解决方法很简单,操作如下:

  修改/etc/fonts/conf.d/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>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></fontconfig>

  将上面的黄色背景的内容改为:

  <string>sans</string>

  保存一下,在firefox里刷新一下,问题就解决了。

  对Fedora和Ubuntu 都适用。

  终于可以安逸的收听Google的音乐了~

  over~

  GOOD!

关键词标签:Linux,Flash

LOT物联网

iot产品 iot技术 iot应用 iot工程

Powered By LOT物联网  闽ICP备2024036174号-1

联系邮箱:support1012@126.com