发现了一个问题就是Deepin的中文字体,很多的软件都是乱码
Tofloor
poster avatar
s32967326
deepin
2018-09-30 02:03
Author
求救呀,这是怎么一回事呀、
Reply Favorite View the author
All Replies
avatar
s32967326
deepin
2018-09-30 02:05
#1
原因是这样的,如果我把系统设置成中文的话,那么我将失去五笔输入法。 所以我想中文的。
Reply View the author
avatar
wtz
deepin
2018-09-30 06:09
#2
你把系统locale调成英文了?
Reply View the author
avatar
佳木流泉
deepin
2018-09-30 18:31
#3
这类的Java程序都是这样,你安装个宋体字体:sumsun.ttf就好了
Reply View the author
avatar
187******54
deepin
2018-09-30 23:20
#4
这是由于内置的 jre 没有内置中文字体导致的。

解决方式有两种,第一种是拷贝字体到 jre,我用的第二种:

编辑 ~/.profile 加入

  1. export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'
Copy the Code

Reply View the author
avatar
s32967326
deepin
2018-10-01 08:08
#5
https://bbs.deepin.org/post/169409
这类的Java程序都是这样,你安装个宋体字体:sumsun.ttf就好了

不知道是怎么回事,我重启一次就好了。 主要是已经很久没有重启了。
Reply View the author