执行 apt-get dist-upgrade 后,包括中文和日文在内的 unicode 字符无法显示在 Chrome 的标签标题中。它们在其他地方可以正确显示(例如页面内容、书签等)
我已经尝试过了
1. apt-get purge google-chrome-stable and reinstall
2. create new profile in chrome
3. rm -rf ~/.config/google-chrome
任何帮助,将不胜感激。
Chrome 版本:32.0.1700.77(官方版本 244503)
操作系统:Linux Mint 13 Maya
答案1
我遇到了同样的问题,以下方法对我有用:
- 去
/etc/fonts/conf.d
- 备份然后删除 Google Droid 字体的任何 *.conf 条目(就我而言
59- droid-serif-fonts.conf 60-droid-sans-mono-fonts.conf 65-droid-sans-fonts.conf
) - 更新字体配置
fc-cache -f -r
你的问题现在应该已经解决了:-D
答案2
ttf-ancient-fonts
我从 Ubuntu 软件包中心安装,它为我提供了必要的 unicode 字体。