flash中的中文不能显示,网上的解决办法有两种,都是针对/etc/fonts/conf.d/49-sanserif.conf
一种方法是删除,一种方法是更改里面的设定(把sans-serif更改为文泉驿正黑)

方法一:删除
cd /etc/fonts/conf.d/
sudo cp 49-sanserif.conf 49-sanserif.conf.backup
sudo rm 49-sanserif.conf

方法二:修改字体
cd /etc/fonts/conf.d/
sudo gedit 49-sanserif.conf
将倒数第四行
<string>sans-serif</string>
更改为
<string>文泉驿正黑</string>
Ubuntu Flash 中文乱码显示方框的问题




相关文章:

  • 2022-12-23
  • 2021-10-21
  • 2021-11-23
  • 2022-01-07
  • 2021-10-25
  • 2021-10-25
  • 2022-12-23
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-01-11
  • 2021-11-18
相关资源
相似解决方案