wine下中文的配置方案
步骤:
1. 初始设置
为了让 Windows 应用程序看上去更美观,所以需要 Windows 下面的字体。
装好字体后,还要修改一下 Wine 的注册表设置,指定与字体相关的设置:
搜索:LogPixels
找到的行应该是:[System\\CurrentControlSet\\HardwareProfiles\\Current\\Software\\Fonts]
将其中的:
找到的行应该是:[Software\\Microsoft\\WindowsNT\\CurrentVersion\\FontSubstitutes]
将其中的:
在文件末尾加入:
5. 关键的一步──把下面的代码保存为zh.reg,然后终端执行
代码:
之后,中文正常显示!
步骤:
1. 初始设置
运行 winecfg,把模拟的 Windows 系统设置为 Windows XP 或者 Windows 2000。
为了让 Windows 应用程序看上去更美观,所以需要 Windows 下面的字体。
将 simsun.ttc 复制到~/.wine/drive_c/windows/fonts/ 目录中。
装好字体后,还要修改一下 Wine 的注册表设置,指定与字体相关的设置:
gedit ~/.wine/system.reg(一定要使用 gedit 或其他支持 gb2312/utf8编码的编辑器修改这些文件,否则文件中的中文可能变乱码)搜索:LogPixels
找到的行应该是:[System\\CurrentControlSet\\HardwareProfiles\\Current\\Software\\Fonts]
将其中的:
"LogPixels"=dword:00000060改为:"LogPixels"=dword:00000070搜索:FontSubstitutes找到的行应该是:[Software\\Microsoft\\WindowsNT\\CurrentVersion\\FontSubstitutes]
将其中的:
"MS Shell Dlg"="Tahoma"
"MS Shell Dlg 2″="Tahoma"改为:"MS Shell Dlg"="SimSun"
"MS Shell Dlg 2″="SimSun"
4. 修改 ~/.wine/drive_c/windows/win.ini
gedit ~/.wine/drive_c/windows/win.ini在文件末尾加入:
[Desktop]
menufontsize=13
messagefontsize=13
statusfontsize=13
IconTitleSize=135. 关键的一步──把下面的代码保存为zh.reg,然后终端执行
$ regedit zh.reg代码:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes]
"Arial"="simsun"
"Arial CE,238"="simsun"
"Arial CYR,204"="simsun"
"Arial Greek,161"="simsun"
"Arial TUR,162"="simsun"
"Courier New"="simsun"
"Courier New CE,238"="simsun"
"Courier New CYR,204"="simsun"
"Courier New Greek,161"="simsun"
"Courier New TUR,162"="simsun"
"FixedSys"="simsun"
"Helv"="simsun"
"Helvetica"="simsun"
"MS Sans Serif"="simsun"
"MS Shell Dlg"="simsun"
"MS Shell Dlg 2"="simsun"
"System"="simsun"
"Tahoma"="simsun"
"Times"="simsun"
"Times New Roman CE,238"="simsun"
"Times New Roman CYR,204"="simsun"
"Times New Roman Greek,161"="simsun"
"Times New Roman TUR,162"="simsun"
"Tms Rmn"="simsun"之后,中文正常显示!
$ env LANG="zh_CN.UTF-8" wine CAJViewer.exe
本文提供了一套详细的步骤来解决在Wine环境下中文显示的问题,包括调整模拟系统的版本、安装和配置字体、修改注册表及win.ini文件等,确保Windows程序在Linux环境下能正确显示中文。
4518

被折叠的 条评论
为什么被折叠?



