从命令行下启动xmms,一开就出现如下错误提示:
The font "Century School book L" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
** WARNING **: Failed to open font: "Century School book L".
The font "Century School book L" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
** WARNING **: Failed to open font: "Century School book L".
然后xmms倒跳出来了,但是一点中文都显示不出来,郁闷死了,播放列表一点用处都没了,怎么办?
我的机器已经装上了SimSun,在“配置您的计算机”下的字体下已经能看到这个字体了,于是我改了.xmms/config,如下:
playlist_font=SimSun
use_fontsets=TRUE
mainwin_use_xfont=TRUE
mainwin_font=SimSun
我不知道是否还需要改什么。
结果还是一样:
The font "SimSun" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "ISO8859-1")
(Missing character set "GB2312.1980-0")
有点改善,错误信息少了:
The font "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1,-misc-simsun-medium-r-n" does not support all the required character sets for the current locale "zh_CN"
(Missing character set "GB2312.1980-0")
不过还是乱码啊。