Linux 上的 Chrome 选项卡标题上无法显示 Unicode 字符

Jer*_*emy 9 linux google-chrome linux-mint

进行apt-get dist-upgrade后,Chrome的标签页标题无法显示包括中文和日文在内的unicode字符。它们在其他地方正确显示(例如页面内容、书签等)

我已经试过了

1. apt-get purge google-chrome-stable and reinstall
2. create new profile in chrome
3. rm -rf ~/.config/google-chrome
Run Code Online (Sandbox Code Playgroud)

任何帮助,将不胜感激。

Chrome 版本:32.0.1700.77(官方版本 244503)

操作系统:Linux Mint 13 Maya

在此处输入图片说明

小智 15

我遇到了同样的问题,以下对我有用:

  1. /etc/fonts/conf.d
  2. 备份然后删除 Google Droid 字体的任何 *.conf 条目(在我的情况下59- droid-serif-fonts.conf 60-droid-sans-mono-fonts.conf 65-droid-sans-fonts.conf
  3. 更新字体配置 fc-cache -f -r

你的问题现在应该得到解决:-D