2007年5月10日星期四

easywine 安装

注意:以下(...)为参考信息
1、为今后自动升级做好准备
sudo gedit /etc/apt/sources.list
(http://www.winehq.org/site/download-deb)
deb http://wine.budgetdedicated.com/apt dapper main
deb-src http://wine.budgetdedicated.com/apt dapper main
2、下载并手动安装最新版本
(http://www.linuxgame.org/bbs/?thread-1931-1-1.html)
(http://wine.budgetdedicated.com/archive/index.html)
wget -c http://software.lupaworld.com/pub/deman/EasyWine4G.sh
wget -c http://software.lupaworld.com/pub/deman/plug.tar.bz2
wget -c http://wine.budgetdedicated.com/archive/ubuntu/dapper/wine_0.9.20~winehq0~ubuntu~6.06-1_i386.deb
sudo dpkg -i wine_0.9.20~winehq0~ubuntu~6.06-1_i386.deb
wine
(sudo -s -H)
chmod +x EasyWine4G.sh
./EasyWine4G.sh
cd ~
rm -r .wine
(rm -r .wine_c)
EasyWine (or sudo bash /usr/bin/EasyWine)

安装结束
(you can view .gnome/apps/Wine/)

添加你自己的“应用程序”
sudo gedit /usr/share/applications/ie6.desktop

[Desktop Entry]
Name=Internet Explorer
Exec=wine "C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE"
Type=Application
Comment=Browser Client(wine)
Icon=/home/king/.gnome/apps/Wine/Programs/Internet Explorer.xpm
Categories=Application;Network;

sudo gedit /usr/share/applications/wmp64.desktop

[Desktop Entry]
Name=Windows Media Player 6.4
Exec=wine "C:\\Program Files\\Windows Media Player\\mplayer2.exe"
Type=Application
Comment=Media Player(wine)
Icon=/home/king/.gnome/apps/Wine/Programs/Windows Media Player 6.4.xpm
Categories=Application;AudioVideo;Player;
注意修改Icon的路径。
好了,OK了
PS:EasyWine貌似还不支持最新的wine,所以最好是用wine_0.9.20来安装,装好easywine以后再把wine升 级到edgy源里的0.9.22,不要装最新的0.9.25。

没有评论: