Archive

Posts Tagged ‘Ubuntu Wine’

Wine启动程序中文显示乱码

May 18th, 2009 admin No comments

wine安装结束后,启动中文程序有乱码;
解决过程:
1. windows机器上拷贝c:\windows\fonts\simsun.ttc到~/.wine/drive_c/windows/Fonts;
2. vi ~/.wine/system.reg
修改:
“MS Shell Dlg”=”Tahoma”
“MS Shell Dlg 2″=”Tahoma”
=>
“MS Shell Dlg”=”SimSun”
“MS Shell Dlg 2″=”SimSun”即可;
另外,wine默认的中文字体较小,可修改”LogPixels”=dword:00000060改变字体大小。

Categories: Linux Tags: