Unity 16.04 重音字母不会显示在 dash、hud 中,而是在窗口标题栏中被替换

Unity 16.04 重音字母不会显示在 dash、hud 中,而是在窗口标题栏中被替换

自正式发布以来一直运行 16.04。最新。自几天我对重音字母有疑问:

  1. 在破折号中,如果我在键盘上输入“démarrage”,我只会在破折号中得到“dmarrage”,
  2. HUD 中的行为相同,
  3. 在 Windows 标题栏中,重音字母被替换为有点儿 正方形。

对于 (3),一旦窗口最大化,即标题栏位于顶部面板时,字母是正确的。我在这里找到了关于此问题的其他讨论,既没有解释也没有修复:Ubuntu 14.04 中标题栏上的重音字符无法正确呈现或者Windows 标题栏中出现奇怪的“方框状”字符

在这里您可以找到我的情况的说明以及迄今为止对语言环境和其他语言设置(法语)的检查结果https://forum.ubuntu-fr.org/viewtopic.php?pid=21551698#p21551698

最后这是关于 Launchpad 的报告错误https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1599516

欢迎任何提示或帮助;-)我可以检查什么? 一些标题栏

答案1

在 ubuntu 16.04 和 14.04 中均已解决;-)

Bleachbit 很可能删除了太多与本地化相关的文件。

谢谢那篇帖子我已设法重新安装丢失的软件包。

更多详情发射台,来自评论#38 及后续。


bertrand0 提供的命令提供帮助

dpkg-query -S \*/{translations,locale,locales,locale-langpack,i18n} | sed -r 's/, /\n/g' | sed -r 's/:.*//' | sort -u | sudo xargs aptitude reinstall

我终于获得了要重新安装的软件包列表。请注意,手动安装的 .deb 软件包必须从命令发出的列表中删除。

在我的 16.04 上它看起来像这样:

sudo aptitude reinstall apt chromium-browser chromium-browser-l10n cups-common dconf-editor debconf-i18n dpkg e2fsprogs example-content firefox firefox-locale-fr fwupdate gimp-data gimp-plugin-registry gksu gnome-icon-theme gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly iso-codes language-pack-fr language-pack-fr-base language-pack-gnome-fr language-pack-gnome-fr-base language-selector-common libapt-inst2.0 libapt-pkg5.0 libc-bin libgimp2.0 libgksu2-0 libgom-1.0-common liboxideqtcore0 libqt4-script libstdc++-5-dev libx11-data libzvbi-common locales menu pavucontrol qtcore4-l10n qttranslations5-l10n radiotray synaptic unity-lens-applications unity-lens-files unity-tweak-tool update-notifier-common vlc-data xdg-user-dirs xkb-data-i18n xscreensaver

相关内容