我可以粘贴它们,但不能打字。有什么想法吗?输入法设置为 X。相同的设置适用于任何文本编辑器。
答案1
这看起来像是字体的问题(这在使用微软字体时经常发生,例如 Arial、Bold 或 Arial、Narrow)。您可以尝试安装微软字体:
sudo apt-get install ttf-mscorefonts-installer
然后编辑启动文件:
sudo gedit /opt/Adobe/Reader8/bin/acroread
并改变
# Enable this if you donot want Adobe Reader to cache Font-config fonts
# ACRO_DISABLE_FONT_CONFIG=1
# export ACRO_DISABLE_FONT_CONFIG
到
# Enable this if you donot want Adobe Reader to cache Font-config fonts
ACRO_DISABLE_FONT_CONFIG=1
export ACRO_DISABLE_FONT_CONFIG
请让我知道该解决方案是否适合您。