ubuntu9.10下wine的安装使用

一,安装wine:

  详细的安装方法见网址:http://wiki.ubuntu.org.cn/Wine  只是用此方法安装时, ubuntu9.10的软件源添加时改为:deb http://wine.budgetdedicated.com/apt dapper main(官方源)。

 

二,wine界面乱码解决方法:

1、进入wine目录,打开注册表。

cd ~/.wine
sudo gedit system.reg [注释:要用gedit之类的支持utf8编码的编辑器,否则可能出现乱码]

2、修改注册表。

搜索: LogPixels
找到的行应该是:[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]
将其中的:
“LogPixels”=dword:00000060

改为:
“LogPixels”=dword:00000070

搜索: FontSubstitutes
找到的行应该是:[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes]
将其中的:
“MS Shell Dlg”=”Tahoma”
“MS Shell Dlg 2″=”Tahoma”

改为:
“MS Shell Dlg”=”SimSun”
“MS Shell Dlg 2″=”SimSun”    [注释:前提是需要将windows下的宋体copy至ubuntu下的字体目录]

3、打开wine,成功!

 


参考网址:

http://www.58zn.cn/blogview.asp?id=211&iscomment=%D3%CE%BF%CD

http://heavenfire.cn/200912/ubuntu-wine-messy-code.html 

http://forum.ubuntu.org.cn/viewtopic.php?f=50&t=151149&start=0 

 

posted on 2010-03-14 16:40  耕耘  阅读(780)  评论(0编辑  收藏  举报

导航